PhenixR / tetris-mobx

A React / MobX implementation of the Tetris game.

Home Page:https://cyan33.github.io/tetris-mobx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris-MobX

This is a reconstruction project from Tetris-Redux

Build Status tested with jest

Features

  • Bootstrapped with create-react-app
  • Design the view layer with React.js
  • Manage the game state with MobX
  • Offline support with localStorage
  • Mobile support

Installation

Play it online at https://cyan33.github.io/tetris-mobx/

Or get the local version with full source code:

clone the repo and install the dependencies:

> git clone git@github.com:cyan33/tetris-mobx.git && cd ./tetris-mobx
> npm install

run:

> npm start

which will automatically direct you to http://localhost:3000

Press the "Start" button and enjoy yourself.

Demo

Tetris_demo

About

A React / MobX implementation of the Tetris game.

https://cyan33.github.io/tetris-mobx/


Languages

Language:JavaScript 86.6%Language:CSS 11.1%Language:HTML 2.4%