Towers of Hanoi
Programmer:
Roger Zeitel
E-mail:
rzeitel@mars.superlink.net
Web Site:
http://mars.superlink.net/rzeitel
Options:
download
|
view source code
The object of this game is to move all of the rings to the far right pole. First click on a ring to hilight it, then click on the destination pole. Only smaller rings can be placed on top of larger ones.
Applet HTML Parameters
<TABLE BORDER=5 CELLSPACING=0 CELLPADDING=0>
<TR><TD>
<APPLET CODE="rzhanoi.class" WIDTH=300 HEIGHT=200>
<PARAM NAME="NUMPOLES" VALUE="4">
<PARAM NAME="NUMRINGS" VALUE="5">
</APPLET>
</TD></TR>
</TABLE>