An open API service indexing awesome lists of open source software.

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

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.