Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 735 Bytes

Numbler

Addictive Number Sequence Game.

Overview

Player is presented with a grid of numbers. Various actions will remove numbers from the grid, and additional numbers will fall in from the top.

Player has multiple modes: * Fast matching. 60 seconds to find as many matching pairs as possible. * Sequencing. Player finds sequences of ajacent numbers of increasing value. Limited by either time or blocks. * Friend Challanges.

10,000 Feet Design

  • Starting menu oriented scene.
  • 2d Game Board
  • Box2d for game piece dropping ?
  • Posting high scores to face book
  • Posting challanges to friends on facebook

Feature Todo-List

  • Create Menu Scene - Unclaimed
  • Create Game Scene - Unclaimed