1/15/2016

2048 iOS App Source Code

Classic 2048 Game.

Features:

Three board sizes

  • 3x3
  • 4x4
  • 5x5.
Three game modes: The original Power of 2, i.e. combining two tiles of the same value to produce their sum. The Power of 3, i.e. combining three consecutive tiles of the same value to produce their sum. Not surprisingly, this is pretty hard with the 3x3 board, although I found it pretty easy to get 81. 243 is a different story... And the Fibonacci sequence, i.e. combining two adjacent numbers in the sequence 2, 3, 5, 8, 13... (I omitted the two 1's in the beginning) to produce the one next to the larger value. This is pretty tricky. Try it out and you will know what I mean.

Three themes


Download Free Source Code

0 comments:

Post a Comment

Thank you for your comment.

Copyright © 2016 Android Help and Tutorials All Right Reserved