Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessicarod7/tower-of-hanoi
This ICS4U1 program simulates the Tower of Hanoi game.
https://github.com/jessicarod7/tower-of-hanoi
ics4u1 pygame python2 tower-of-hanoi
Last synced: 3 days ago
JSON representation
This ICS4U1 program simulates the Tower of Hanoi game.
- Host: GitHub
- URL: https://github.com/jessicarod7/tower-of-hanoi
- Owner: jessicarod7
- Created: 2019-05-28T14:38:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T14:36:29.000Z (over 5 years ago)
- Last Synced: 2024-08-28T01:11:09.101Z (3 months ago)
- Topics: ics4u1, pygame, python2, tower-of-hanoi
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tower of Hanoi
This program lets you play the classic mathematical game **Tower of Hanoi**. You will need [Pygame](https://www.pygame.org/) installed to run this program.
Also included is [a Pygame test file](pygame-test.py), full of examples, details, tests, and information regarding the basic aspects of Pygame.
Made for ICS4U1, or Grade 12 Computer Science, in Python 2.