Skip to content

Commit

Permalink
修改文档关于算法选取的方式
Browse files Browse the repository at this point in the history
  • Loading branch information
NB-Dragon committed Dec 5, 2022
1 parent 67a4a40 commit 84fe858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ mitmdump -p 6666 -s capture.py

## 求解答案和提交答案
- 打开终端并进入到本项目的根路径
- 执行命令`python solve.py`
- 执行命令`python solve.py -m normal`
- 等到结果成功打印出来后,根据自身需求选择答案格式
> 倒数第二行的结果为卡牌的编号,可用于在第三方项目中显示操作步骤
# 算法的选择
> 本算法目前提供四种选牌方式,可在`solve.py`的第12行代码处自行修改
> 本算法目前提供四种选牌方式,可在脚本的启动参数中进行修改
- normal: 默认模式,该模式下取牌顺序由程序进度决定
- random: 随机模式,该模式下取牌顺序完全随机
- reverse: 反转模式,该模式下取牌顺序由卡牌的逆序号决定,序号大的优先
Expand Down

0 comments on commit 84fe858

Please sign in to comment.