Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiopro/2048-react
:video_game: A React implementation of the popular 2048 game by Gabriele Cirulli
https://github.com/claudiopro/2048-react
Last synced: 2 days ago
JSON representation
:video_game: A React implementation of the popular 2048 game by Gabriele Cirulli
- Host: GitHub
- URL: https://github.com/claudiopro/2048-react
- Owner: claudiopro
- License: mit
- Created: 2015-10-19T10:41:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T15:57:43.000Z (about 9 years ago)
- Last Synced: 2023-10-20T18:56:15.842Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://claudiopro.github.io/2048-react/
- Size: 1.03 MB
- Stars: 85
- Watchers: 4
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048-react
A React clone of [2048](https://github.com/gabrielecirulli/2048) by [Gabriele Cirulli](https://github.com/gabrielecirulli).Made just for fun. [Play it here!](http://claudiopro.github.io/2048-react/)
## Developing
The build is currently based on Gulp, with Sass and Browserify.
```bash
npm install -g gulp
npm install
gulp
open index.html
```## Contributing
Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into `master`! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.## License
[MIT](http://opensource.org/licenses/MIT)Copyright (c) Claudio Procida 2015