-
Notifications
You must be signed in to change notification settings - Fork 839
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
Whiskers Toy Quest #5184
Open
wenstef
wants to merge
14
commits into
kunjgit:main
Choose a base branch
from
wenstef:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Whiskers Toy Quest #5184
Conversation
This file contains 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
**Added** - game.py - game_state.py - main.py - whiskers_choices.py
- The game choices represent the storyline. - Images included.
- Added method get_stage_info to return the information for the given states.
**Added** - class GameGUI to define the user interface and logic. - class WhiskersGameState with the logic to transition to the next scene/stage.
feat: minor bug fixes in whiskers_choices.py
Develop/whiskers toy quest
…alities, and installation steps
- Included relevant images in the README for better visualization. - Added comments in the code to improve clarity and maintainability.
Develop/whiskers toy quest
Added screenshot whiskers-toy-quest to assets/images
Added game Whiskers Toy Quest to README
Thank you @wenstef ,for creating the PR and contributing to our GameZone 💗 |
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.
PR Description 📜
This pull request introduces a new interactive text-based adventure game called "Whiskers Toy Quest" to the repository. The game is designed to help children improve their reading and decision-making skills through an engaging storyline and multiple game states. The most important changes include the addition of the game description, functionalities, installation instructions, and the implementation of the game's GUI, game state management, and choices.
New Game Addition:
Games/Whiskers_Toy_Quest/README.md
: Added a comprehensive README file for "Whiskers Toy Quest" with sections on game description, functionalities, how to play, installation, and screenshots.README.md
: Updated the main repository README to include a link to the new game "Whiskers Toy Quest".Game Implementation:
Games/Whiskers_Toy_Quest/game.py
: Implemented theGameGUI
class usingcustomtkinter
for the game's graphical user interface, including methods for handling user input, updating the stage description, and displaying images.Games/Whiskers_Toy_Quest/game_state.py
: Added theWhiskersGameState
class to manage the game's state transitions based on user choices.Games/Whiskers_Toy_Quest/whiskers_choices.py
: Created theWhiskersChoices
class to define the game's various stages, descriptions, questions, and possible next states.Games/Whiskers_Toy_Quest/main.py
: Set up the main script to initialize and run the game, creating instances ofWhiskersChoices
,WhiskersGameState
, andGameGUI
.Fixes #5172
Mark the task you have completed ✅
Add your screenshots 📸
Thank you soo much for contributing to our repository 💗