[Edu-sig] Towers of Hanoi

Arthur ajsiegel@optonline.net
Mon, 03 Mar 2003 22:32:23 -0500


Proof of concept:

Ruth Chabay's Tower of Hanoi VPython demo as a Windows executable.

http://www.dstoys.org/Members/ajsiegel/TowerSetup/file_view

The executable created using Python distutils together with py2exe.

Uses Inno Setup to create an easy install, unistall of the executable and
dependencies. (Wanted to get hands-on with it)

Even used the VPython export to Povray  facility to create a cute desktop
icon for it.

Button 1 pressed to pick and move the rings.

Art