What does Tower of Hanoi do?

Tower of Hanoi is a game involving moving a tower one piece at a time, with the restriction that you cannot place a larger piece over a smaller piece and that there are only three places where you can put the pieces. This game is developed in Java, and uses the hsa Console library for outputting graphics.

This is the game in hard difficulty.

This is splashscreen, showing a solution of a simple Tower of Hanoi game with three pieces.

YouTube Demonstration:

Simple demonstration of the game and its features.