Monday 5 December 2011

iPhone Game Development - The Tower of Hanoi


The Tower of Hanoi (also famous as “Towers of Brahma”) is a arithmetical game or puzzle. It consists of three rods or tower, and a number of disks of different sizes which can slide onto any rod. The puzzle starts with the disks neatly stacked in order of size on one rod, the smallest at the top, thus making a conical shape.

The objective of the puzzle is to move the entire stack to another rod, obeying the following rules:

  • Only one disk may be moved at a time.
  • Each move consists of taking the upper disk from one of the rods and sliding it onto another rod, on top of the other disks that may already be present on that rod.
  • No disk may be placed on top of a smaller disk.


In Application there are 7 levels. As levels of game increases, the number of disks increases by one. There is time limit at each level. At first level there are two disks on Tower-1.

Virtueinfo has developed an iPhone image upload application, where user can select images from iPhone photo library, The photo library is collection of the images taken from iPhone camera. User can crop and rotate image as well, after selecting the image user can upload image with its title, image tag and description.

iphone game development, iphone application development, iphone apps development