mirror of
https://github.com/chvin/react-tetris.git
synced 2024-11-25 16:32:40 +08:00
Use React, Redux, Immutable to code Tetris. 🎮
.idea | ||
build | ||
server | ||
src | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
i18n.json | ||
package.json | ||
README.md | ||
webpack.config.js | ||
webpack.production.config.js |
用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