New game - #96
Merged
Merged
Conversation
Yugo206
requested changes
Jun 26, 2026
Yugo206
left a comment
Owner
There was a problem hiding this comment.
Thanks for the contribution! The game looks well organized and the presentation is really nice.
I noticed one issue before merging: the game calls
sys.stdout.reconfigure(encoding="utf-8")
This isn’t guaranteed to be available in every environment and can cause the game to fail to start.
Could you remove that line (or make it optional if you really need it)? After that, the game looks good to me.
Yugo206
approved these changes
Jun 29, 2026
Yugo206
left a comment
Owner
There was a problem hiding this comment.
Thanks for the quick update!
Wrapping the reconfigure() call in a try/except makes it much more portable across different environments.
The game is well organized, has a nice presentation, and the gameplay is fun. Thanks for the contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds Lucky Number Chronicles, a terminal-based luck game where players pick a number between 1–100 and survive 8 random events whose impact scales with their proximity to a hidden lucky number.
Checklist
AUTHORvariablerun()functionrun()at the end of the fileif __name__ == "__main__".pycfiles.DS_Storefileslauncher.pyIssue
Closes #93