/threes

A puzzle game.

Primary LanguageJavaScript

Threes!

This is a copy of the popular iOS game Threes! with HTML, CSS and JavaScript.

About the game

The primary goal of the game is to make a number as big as you can before you run out of moves.

Rules:

  • 1+2=3
  • 3 and bigger numbers merge with itself: 3+3=6, 6+6=12...
  • All the movable cards move together.

Development

  1. install Node.js
  2. install Bower and Grunt: npm install -g bower && npm install -g grunt-cli
  3. open the dictionary of this repository and run:
npm install
bower install
grunt

If you want to change any JavaScript or CSS codes, run grunt watch in advance to make the changes work.