Added Interactive Tower of Hanoi Game #1005
Merged
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.
Pull Request for PyVerse 💡
Requesting to submit a pull request to the PyVerse repository.
Issue Title
Addition of Tower of Hanoi Game #991
Info about the Related Issue
The goal of this project is to develop an interactive and visually engaging Tower of Hanoi game using Python. By leveraging Pygame for graphics and Colorama for console feedback, this game provides an immersive learning experience for users to understand the classic Tower of Hanoi puzzle. It aims to help players practice logical problem-solving while enjoying a vibrant interface, customizable features, and easy-to-follow gameplay instructions.
Name
Kritika Singh
GitHub ID
Kritika75
Email ID
kritikasingh37918@gmail.com
Identify Yourself
Gssoc'24 ext
Closes
issue no. #991
Describe the Add-ons or Changes You've Made
I added a fully interactive Tower of Hanoi game using Pygame for the graphical interface and Colorama for colorful console feedback. Key features include:
Type of Change
Select the type of change:
How Has This Been Tested?
The game has been tested manually to ensure smooth gameplay and adherence to the Tower of Hanoi rules:
Checklist
Please confirm the following:
@UTSAVS26