Update README.md

This commit is contained in:
筱傑 2018-09-24 13:14:54 +08:00 committed by GitHub
parent e22f33af5e
commit b23a123012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,8 @@
# maze
C++ 控制台 迷宫 使用了自动生成迷宫算法,实现迷宫基本玩法
内部使用了windows API SetConsoleCursorPosition来重绘
目的是为了不使用清屏重绘,解决闪烁问题
所以该代码只能在windows下编译
程序参数可以在代码头部设置,例如迷宫大小和输出区域大小等