Java applet for Tower of Hanoi

Posted by Naren on Stack Overflow See other posts from Stack Overflow or by Naren
Published on 2010-05-18T01:42:06Z Indexed on 2010/05/18 1:51 UTC
Read the original article Hit count: 360

Filed under:
|

I am planning to write a Java applet for Tower of Hanoi similar to link( http://www.mazeworks.com/hanoi/index.htm ) Can you suggest how should I start and proceed.

And, btw, does it require multi threading?

And also, major part of my doubt is

  • to make a disc being clickable and being able to drag and drop the disc on a tower.

  • detect a tower (if a disc is being dragged using mouse)

© Stack Overflow or respective owner

Related posts about java

Related posts about JavaScript