+ 1
Game problem. CPP
Hello programmers, I am making a snake and a ladder game but I face serious problems, that which I don't know how to make pauses between turns or prompts for that matter. Anyone got an idea for making a good pause between turns instead of my code running loose? 😂😂
1 Resposta
+ 1
You could have access to sleep or Sleep depending on which system you compile and run on. These are non-standard so only work on a limited set of systems.