https://github.com/phenax/2048
2048 game clone written in react
https://github.com/phenax/2048
2048-clone canvas canvas-game game hooks javascript ramda
Last synced: 4 months ago
JSON representation
2048 game clone written in react
- Host: GitHub
- URL: https://github.com/phenax/2048
- Owner: phenax
- License: mit
- Created: 2018-11-22T16:37:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T10:03:04.000Z (over 6 years ago)
- Last Synced: 2025-01-16T19:52:48.057Z (5 months ago)
- Topics: 2048-clone, canvas, canvas-game, game, hooks, javascript, ramda
- Language: JavaScript
- Size: 913 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048
2048 game clone written in react[Demo](https://phenax.github.io/2048/)
### Run it locally
* Clone it
* `yarn start` it
* Play it### Why
This is just me playing around with the new react hooks api and trying out some functional programming tricks. Feel free to join me.### Contribute
PR's are welcome! You can pick an issue and get started or create one and fix it.