Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shpodg authored Oct 9, 2019
1 parent ff98e0b commit 66cbd91
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# console-tetris
命令行俄罗斯方块
## 编译
* 安装cmake 3.0以上
* 安装mingw-w64 http://www.mingw-w64.org
* 在cmd中执行如下命令
```bash
cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" -S . -B cmake-build-release
cmake --build cmake-build-release
```
## 效果图
![主页面](docs/main.jpg "主页面")
![游戏中](docs/playing.jpg "游戏中")
![游戏结束](docs/gameover.jpg "游戏结束")

## 联系方式
shpodg@gmail.com

0 comments on commit 66cbd91

Please sign in to comment.