动画版发布

This commit is contained in:
liuweilhy 2018-11-08 19:27:01 +08:00
parent 99109ee1ed
commit 9a047a976e
1 changed files with 6 additions and 3 deletions

View File

@ -1,13 +1,16 @@
# 九连棋 NineChess
## 更新历史:
### 2018/11/8 v1.2
1. 添加动画功能
2. 程序优化及bug修复
### 2018/9/14 V1.1
### 2018/9/14 v1.1
1. 添加棋谱及历史纪录浏览功能。
2. 添加棋谱保存与打开功能。
### 2018/5/19 V1.0
### 2018/5/19 v1.0
1. Qt5.10.1+MSVC2017重构
2. 游戏可以正确运行,实现本机对战功能,其它功能待完善。
### 2015/11/6 V0.1
### 2015/11/6 v0.1
1. 无算法只有界面的程序。