Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glitchboyl/r2048
A React 2048 game. :video_game:
https://github.com/glitchboyl/r2048
react react-native react-redux redux
Last synced: 16 days ago
JSON representation
A React 2048 game. :video_game:
- Host: GitHub
- URL: https://github.com/glitchboyl/r2048
- Owner: glitchboyl
- Created: 2017-12-11T12:41:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T16:26:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T18:49:10.892Z (29 days ago)
- Topics: react, react-native, react-redux, redux
- Language: JavaScript
- Homepage: https://glitchboyl.github.io/r2048/
- Size: 2.14 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R2048
A React/React-Native 2048 game.[React version preview](https://glitchboyl.github.io/r2048/)
## Build Setup
``` bash
# clone this repo
git clone https://github.com/glitchboyl/R2048# cd to dir
cd R2048# install dependencies
npm install / yarn# serve with hot reload at localhost:3000
npm start / yarn start# build for production with minification
npm run build / yarn run build# deploy to gh-page branch
npm run deploy / yarn run deploy
```
(React-Native version also can play but it still has a lot of bugs.)