Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 484 Bytes

Tetris

基于websocket原理,实现可以两人实时对战的俄罗斯方块

使用socket.io实现websocket

游戏中增加干扰系统,当自己消行多于1行时,会为对方底部增加相应的干扰行

游戏内景

游戏结束

安装依赖

npm run install

开启本地服务器localhost:3000

npm run start