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

https://github.com/ayonious/tower-of-hanoi-simulation

🗼💿Tower of Hanoi solve using Animation of java Graphics
https://github.com/ayonious/tower-of-hanoi-simulation

canvas-animation graphics java simulation tower-of-hanoi

Last synced: 2 months ago
JSON representation

🗼💿Tower of Hanoi solve using Animation of java Graphics

Awesome Lists containing this project

README

        

# Multiepg tower of hanoi problem simulation


Screenshot

## input
1. number or pegs
2. number of discs

## output
Animated simulation of discs getting sorted out

## Running instructions:

1. cd src
2. javac Flicker.java
3. java Flicker
4. now input the number of pegs and discs and enter
5. enjoy the simultion