Open
Conversation
**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
Owner
|
Thank you @wenstef ,for creating the PR and contributing to our GameZone 💗 |
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.
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 theGameGUIclass usingcustomtkinterfor 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 theWhiskersGameStateclass to manage the game's state transitions based on user choices.Games/Whiskers_Toy_Quest/whiskers_choices.py: Created theWhiskersChoicesclass 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 💗