Game problem. CPP | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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? 😂😂

29th Dec 2017, 11:57 PM
Abdulrahman Mostafa
Abdulrahman Mostafa - avatar
1 Respuesta
+ 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.
30th Dec 2017, 1:16 AM
John Wells
John Wells - avatar