https://github.com/wzpan/chinese-chess-bot
中国象棋QQ频道机器人
https://github.com/wzpan/chinese-chess-bot
guild qq robot
Last synced: about 1 year ago
JSON representation
中国象棋QQ频道机器人
- Host: GitHub
- URL: https://github.com/wzpan/chinese-chess-bot
- Owner: wzpan
- License: other
- Created: 2022-04-15T12:44:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T14:03:32.000Z (about 4 years ago)
- Last Synced: 2025-04-17T07:17:24.857Z (about 1 year ago)
- Topics: guild, qq, robot
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# chinese-chess-bot
中国象棋频道机器人,通过纯文本的方式进行下棋。
当机器人拥有管理员权限的时候,如果有成员赢了机器人,将自动创建 “象棋大师” 身份组并为该成员添加 “象棋大师” 荣誉称号。
## 使用方法
```
功能菜单:
/开局
开一局游戏
/下棋 行1列1行2列2
根据步法下棋
示例: /下棋 h2e2
/悔棋
悔一步棋
/投降
投降认输。只有开局的人才能投降
```
## 致谢
核心的象棋算法出自 [bupticybee/elephantfish](https://github.com/bupticybee/elephantfish)。