This is the react port of the 2048 game designed by Gabriele Cirulli https://github.com/gabrielecirulli/2048
Install packages:
$ yarn install
Then run the app:
$ yarn start
Bug report or pull request are welcome.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
Please write unit test with your code if necessary.
The gem is available as open source under the terms of the MIT License.