cgetc() and/or kbhit() from conio.h are not registering continued key-presses: only one key-press is registered. In a game, (e.g., my game CROSS CHASE), you have to keep on hammering the keyboard to have your character move.
Log in to post a comment.