Skip to content

GUI for tower of hanoi with hint option giving the best move from any state of the game

License

Notifications You must be signed in to change notification settings

saiteja-talluri/Tower-of-Hanoi-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower-of-Hanoi-Solver

Constructed a graph that represents the entire game states in which the nodes are possible states and an edge exists between two nodes if there is a valid move between the states using Graph library in Racket

Developed an intuitive GUI using 2htdp/image and 2htdp/universe packages to show the live preview

The solver is implemented to give the next possible best move from any state using Breadth First Search

About

GUI for tower of hanoi with hint option giving the best move from any state of the game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages