Hi all,
I have a basic game that I can “finish”. I have a congrats message, and message with the time it took to finish. I now want to give the user the chance to replay or quit. How can I do that? I want something like “set game paused”, but without the word “pause” on screen, and with the ability for the game to continue to take keyboard inputs (at least “q” for quit, “r” for replay).
Down the road I would like to have more fleshed out ending screen with clickable buttons for quit and replay, but I am happy with keyboard inputs for now.
Thank you for any recommendations!