Wednesday, August 03, 2011

Number Puzzle - Android version

This app was ported from one of my old Intro to Games Programming lab exercises. The original (done in XNA) had a 10x10 grid. I put an 8x8 grid in the Android version so that the text on the buttons would be legible.
The player is allowed to move 3 spaces if moving in a straight line, or else 2 spaces if moving diagonally. The player has to try and file the entire grid with numbers from 1-64.

No comments:

Post a Comment