-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show "end game" screen instead of exiting the game and showing a terminal message #18
Comments
I ll try to find some more time to release a PR for allowing player to play again. #22 |
One could write “You won” on the cards in the top right and on the empty stacks.
|
Cool! I can try to make a PR on this. |
The problem is that card has 7 chars in width and 5 chars in height. So I can't imagine letters with such sizes. And I think my previous PR was much more beautiful! |
I'm thinking of making some kind of "solving" animation, so that we can finally have a bit more fanfare than a quit and a terminal message. I think @greno4ka's pull request could look really nice on the solved board! |
@dther sounds cool. Regarding the "end message" I was thinking something simpler would be best. For example, just a "You won!" message wrote in text somewhere on the board. Future functionality could also include showing the time to win, and amount of points. |
Also allow the player to play again by pressing spacebar or quitting the game by pressing
q
like in the greeting screen.The text was updated successfully, but these errors were encountered: