Skip to content

A* solver for towers of hanoi. Based on 'introduction to artificial intelligence' by peter norvig. Includes a console based animation of each move for the discovered path.

Notifications You must be signed in to change notification settings

purzelrakete/hanoi

Repository files navigation

A* search

Build Status Code Climate Coverage Status

A general way of doing A*, applied to towers of hanoi. As described by Peter Norvig.

Animating

You can run an animated version of the shortest path in your terminal:

hanoi 3 5

The first argument is the number of disks, the second the number of pegs.

About

A* solver for towers of hanoi. Based on 'introduction to artificial intelligence' by peter norvig. Includes a console based animation of each move for the discovered path.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages