Skip to content

react 开发经典方块游戏 Simple simulator of famous Brick Game handheld retro gaming console.

License

Notifications You must be signed in to change notification settings

quekaihua/react-brick-games

Repository files navigation

用React、Redux做经典的方块游戏


本项目灵感来源于 React 版的俄罗斯方块,本项目全部用React函数式组件重构,使用Hook模拟生命周期,状态用redux调度

戳:https://quekaihua.github.io/brick-game/ 玩一玩!


效果预览

效果预览

正常速度的录制,体验流畅。

坦克大战

tank

赛车游戏

racing

射击游戏

shooting

贪吃蛇

snake

弹珠游戏

breakout

响应式

响应式

不仅指屏幕的自适应,而是在PC使用键盘、在手机使用手指的响应式操作

手机

Redux 状态预览(Redux DevTools extension

Redux状态预览

Redux设计管理了所有应存的状态。


开发

安装

npm install

运行

npm start

浏览自动打开 http://127.0.0.1:3000/

打包编译

npm run build

在build文件夹下生成结果。

About

react 开发经典方块游戏 Simple simulator of famous Brick Game handheld retro gaming console.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages