Tower



One of the classic learn-to-program-Java exercises, 'The Towers of Hanoi'. Move all of the blocks from the left column to the right column. You can move one block at a time by clicking and dragging with your mouse. You cannot place a larger block on top of a smaller block.

Original Author: Kong-Kat Wong
Original Code:http://javaboutique.internet.com/Tower/

Modified by Eric Sprague May 21, 2002 so that it ends with Congratulations instead of Congratulation.
Note that when Tower.java is compiled, it makes ring.class, Tower.class, TowerControl.class, Towering.class and TowerPanel.class
Back to www.laphotos.com main page