- Clone this repo.
- Change directory into this repo with
$ cd vue-threes
- Run
$ npm install
in the terminal once you are in this project file. - Run the
$ npm start
script. The game will automatically open in a new browser tab. - Use the arrow keys to move the pieces on the board. Tiles with the number 1 and 2 can combine to form a 3 tile. Tiles with the number 3 and and higher combine other tiles of the same number to double in value. Get as many points as possible!
or