Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amprew/tower-of-hanoi
https://github.com/amprew/tower-of-hanoi
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amprew/tower-of-hanoi
- Owner: amprew
- Created: 2020-12-27T16:25:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T15:08:46.000Z (over 1 year ago)
- Last Synced: 2024-11-06T15:32:49.609Z (2 months ago)
- Language: TypeScript
- Size: 222 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tower of Hanoi
A React + Redux(thunk) example of the classic [Tower of Hanoi](https://en.wikipedia.org/wiki/Tower_of_Hanoi) game.
Move only one disc at a time and move all discs to opposite side without stack larger on top of smaller.
[View on GH Pages](https://amprew.github.io/tower-of-hanoi/).