Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liuyunhe/tetris

基于websocket原理,实现可以两人实时对战的俄罗斯方块
https://github.com/liuyunhe/tetris

game soket-io websocket

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

使用socket.io实现websocket

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

### 游戏内景


### 游戏结束


### 安装依赖
```javascript
npm run install
```
### 开启本地服务器localhost:3000
```javascript
npm run start
```