Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hinesboy/ai_tetris
AI 俄罗斯方块(C++)
https://github.com/hinesboy/ai_tetris
ai c pierre tetris winapi
Last synced: 4 days ago
JSON representation
AI 俄罗斯方块(C++)
- Host: GitHub
- URL: https://github.com/hinesboy/ai_tetris
- Owner: hinesboy
- Created: 2017-11-27T10:40:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T08:27:00.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:24:53.922Z (11 days ago)
- Topics: ai, c, pierre, tetris, winapi
- Language: C++
- Homepage:
- Size: 31.4 MB
- Stars: 233
- Watchers: 10
- Forks: 87
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 俄罗斯方块
- 采用C++与WinAPI方式实现,分为**普通玩家模式**与**AI模式**
- 思维导图![思维导图](./img/Tetris.png)
### 玩家模式
#### 预览
![玩家模式](./img/common.gif)
### AI模式
> [pierre-dellacheries算法详情](http://imake.ninja/el-tetris-an-improvement-on-pierre-dellacheries-algorithm)
#### 预览> Gif制作工具略有卡顿 :)
![AI模式](./img/ai.gif)
#### 消除行数
> 尚未测得,目前测试环境下,测试时间以及消除行数大约为**12小时60W行**,最终人为停止测试。