Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.