I'm writing a game (Othello) on C++ using OpenGL graphics, and I need something to "wait" or "sleep" the game after the user places a piece. The CPU plays too fast right after the user plays, so is not possible to see user's move. I tried with sleep function but it's not working. Basically, the idea is:I'm writing a game (Othello) on C++ using OpenG