新增五子棋游戏

This commit is contained in:
2025-10-28 17:22:49 +08:00
parent b7a57539f5
commit 38cd441908
7 changed files with 1019 additions and 1 deletions

View File

@@ -73,6 +73,14 @@ def get_help_message() -> str:
- `.idiom reject [词语]` - 拒绝词语加入黑名单(仅发起人)
- `.idiom blacklist` - 查看黑名单
### ⚫ 五子棋
- `.gomoku @对手` - 发起对战
- `.gomoku A1` - 落子
- `.gomoku show` - 显示棋盘
- `.gomoku resign` - 认输
- `.gomoku list` - 列出所有对战
- `.gomoku stats` - 查看战绩
### 其他
- `.help` - 显示帮助
- `.stats` - 查看个人统计
@@ -105,7 +113,8 @@ def get_stats_message(user_id: int) -> str:
'rps': '✊ 石头剪刀布',
'guess': '🔢 猜数字',
'quiz': '📝 问答游戏',
'idiom': '🀄 成语接龙'
'idiom': '🀄 成语接龙',
'gomoku': '⚫ 五子棋'
}
for row in stats: