Use React, Redux, Immutable to code Tetris. 🎮
Go to file
2016-12-21 00:53:38 +08:00
.idea add github page links 2016-12-21 00:53:38 +08:00
build game finished 2016-12-20 23:48:46 +08:00
server game finished 2016-12-20 23:48:46 +08:00
src game finished 2016-12-20 23:48:46 +08:00
.babelrc game finished 2016-12-20 23:48:46 +08:00
.eslintrc.js game finished 2016-12-20 23:48:46 +08:00
.gitignore game finished 2016-12-20 23:48:46 +08:00
i18n.json game finished 2016-12-20 23:48:46 +08:00
package.json game finished 2016-12-20 23:48:46 +08:00
README.md add github page links 2016-12-21 00:53:38 +08:00
webpack.config.js game finished 2016-12-20 23:48:46 +08:00
webpack.production.config.js game finished 2016-12-20 23:48:46 +08:00

用React+Redux+Immutable做 《俄罗斯方块》。

Use Tetact, Redux, Immutable to coding "Tetris".


玩 | Play

中文:https://chvin.github.io/react-tetris/

English: https://chvin.github.io/react-tetris/?lan=en

安装 | Install

npm install

开发 | Development

npm start

open http://0.0.0.0:8080/

打包 | Build

Mac:

npm run MacBuild

Windows:

npm run WindowsBuild