3 Likes
my game loop was as follows:
1-look at the answer for the updated game loop
2-instead of a second input, say : " you lose "
3- congratulations, you found out my game loop!!
I love this flowchart! Great job! Flowcharts are your best friend in programming.
1 Like
1 Like
I have a little additional user input option to skip or print the game instructions at the beginning because I like to over complicate things.
Initially I was imagining the game progressing through levels with increasing difficulty similar to tripleX. I realized afterward that if this were the case, I’d need a level cap and winning message after final level.