Search Results

3
votes
2answers
265 views

Game loop that won’t stop waiting for user input

I've started fiddling with C to improve my programming skills, and decided to try and implement a Tetris game. Nothing too fancy, it'll run on the console. I never implemented a game that …