https://github.com/jinhucheung/2048-react
2048 game on React
https://github.com/jinhucheung/2048-react
2048 2048-game react reactjs typescript
Last synced: 5 months ago
JSON representation
2048 game on React
- Host: GitHub
- URL: https://github.com/jinhucheung/2048-react
- Owner: jinhucheung
- License: mit
- Created: 2019-09-09T03:21:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:29:04.000Z (over 2 years ago)
- Last Synced: 2024-11-29T17:52:13.416Z (5 months ago)
- Topics: 2048, 2048-game, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://jinhucheung.github.io/2048-react/
- Size: 901 KB
- Stars: 15
- Watchers: 2
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# 2048-react
This is the [react](https://reactjs.org/) port of the 2048 game designed by Gabriele Cirulli https://github.com/gabrielecirulli/2048
## Example

## Demo
[Demo](https://jinhucheung.github.io/2048-react/)
## Installation
Install packages:
```
$ yarn install
```Then run the app:
```
$ yarn start
```## Contributing
Bug report or pull request are welcome.
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)Please write unit test with your code if necessary.
## License
The gem is available as open source under the terms of the [MIT License](MIT-LICENSE).