https://github.com/hinesboy/ai_tetris
AI 俄罗斯方块(C++)
https://github.com/hinesboy/ai_tetris
ai c pierre tetris winapi
Last synced: about 2 months ago
JSON representation
AI 俄罗斯方块(C++)
- Host: GitHub
- URL: https://github.com/hinesboy/ai_tetris
- Owner: hinesboy
- Created: 2017-11-27T10:40:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T08:27:00.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T01:11:12.177Z (2 months ago)
- Topics: ai, c, pierre, tetris, winapi
- Language: C++
- Homepage:
- Size: 31.4 MB
- Stars: 235
- Watchers: 10
- Forks: 87
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 俄罗斯方块
- 采用C++与WinAPI方式实现,分为**普通玩家模式**与**AI模式**
- 思维导图
### 玩家模式
#### 预览

### AI模式
> [pierre-dellacheries算法详情](http://imake.ninja/el-tetris-an-improvement-on-pierre-dellacheries-algorithm)
#### 预览> Gif制作工具略有卡顿 :)

#### 消除行数
> 尚未测得,目前测试环境下,测试时间以及消除行数大约为**12小时60W行**,最终人为停止测试。