https://github.com/glitchboyl/r2048
A React 2048 game. :video_game:
https://github.com/glitchboyl/r2048
react react-native react-redux redux
Last synced: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T16:26:20.000Z (over 3 years ago)
- Last Synced: 2025-03-31T15:17:47.951Z (over 1 year 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.)