-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
# ChineseChessApplication | ||
象棋助手用于 Android12.0+ 的无需ROOT权限、无侵入的自动识别AI走棋软件(仅供测试、学习使用,后果自负)。棋局识别、自动走棋、自动连线的象棋大师级别软件,可免费使用。 | ||
# 妙着象棋App | ||
|
||
#### 介绍 | ||
象棋助手用于 Android12.0+ 的无需ROOT权限、无侵入的自动识别AI走棋软件(仅供测试、学习使用,后果自负) | ||
|
||
#### 使用需要的权限 | ||
|
||
1. 屏幕识别(识别棋局) | ||
2. 无障碍权限(自动走棋子) | ||
3. 存储权限(数据存储) | ||
|
||
#### 使用功能 | ||
|
||
1. 棋局识别(训练的AI本地自动识别) | ||
2. 着法显示(根据引擎返回的着法显示) | ||
3. FEN显示(可复制棋局) | ||
4. 自动走棋(根据引擎返回的着法走棋) | ||
5. 自动连线(根据引擎返回的着法连线) | ||
6. 深度定义(可选择军师水平) | ||
7. 思考时间(反应速度可定义) | ||
8. 编辑棋局(根据识别的棋局进行编辑) | ||
9. 浮窗绘制局面 | ||
|
||
|
||
#### 更新下载链接 | ||
|
||
1. https://wwbw.lanzouj.com/chess11 | ||
|