A 2048 game build with react
2048-react
2048 game on React.
Installation
Install packages:
$ yarn install
Then run the app:
$ yarn start
Contributing
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.