Hanoi Domain

From TinyCog
Jump to: navigation, search

The "Towers of Hanoi" domain is an example / test case for testing the most basic TinyCog Subsystems and code modules. The domain consists of three "rods" and three "disks" of different size. The goal is to move the three disks one-by-one from one rod to another rod, observing the constraint that a disk may only be placed on a larger disk or rod.


Implementation Status

Please see: