1024 Puzzle Game – iOS App Source Code

Overview

Play Puzzle game is very simple and good for all generation. Swipe to move all tiles. When two tiles with the same number touch, they merge into one.

Try the 1024, 2048, 8192 merge Puzzle, its a nice and additive game,challenge your mind and sharpen your brain desired.

Features

  • Three board sizes: 3×3, 4×4 and 5×5. The smaller the board is, the fewer cells you have, and the harder the game is.
  • Three game modes: 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. And the. Fibonacci sequence, i.e. combining two adjacent numbers in the sequence 2, 3, 5, 8, 13… This is pretty tricky. Try it out and you will know what I mean.
  • Three themes: There are three theme included

Instructions

Documentation is included with detailed explanation how project works. Very easy to re-skin and modify.

Related