Date simulator Update
- Keshav Batra
- Apr 7, 2023
- 1 min read
I've finally completed a bunch of the updates for the date simulator. For example, I added some do while loops so that when the player answers anything other than 1 or 2, it'll just say invalid answer and just keep doing that until the player answers 1 or 2. I even added a function for when the player finishes the game, there's a message that says congratulates them for completing the game. I even added a Boolean so that when the game ends, it doesn't repeat the intro question.
Comments