Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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.)