Landlords/README.md
2021-07-28 09:33:27 +08:00

37 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Landlords
基与酷Q 官方~~残疾的~~ C++ SDK 开发的斗地主游戏
机器人相当于服务器功能,提供房间系统
通过一个玩家创建房间,另外两个玩家加入房间,三位玩家同时准备的情况下,游戏自动开始
**由于酷Q已经停止运营本系统不再使用项目已封存**
```
+--------指令列表--------+
| 菜单 -- 输出指令列表 |
| 注册 -- 注册 昵称 |
| 改名 -- 改名 新昵称 |
| 查看 -- 查看当前信息 |
| 更新内容 -- 尾更新内容 |
| [消息] -- 在房间中聊天 |
|---- 大厅指令 ----|
|准备 -- 若已准备,则取消|
|创建房间 -- 创建一个房间|
|加入[id] -- 加入指定房间|
|退出房间 -- 退出当前房间|
|查看房间 -- 查看当前房间|
|房间列表 -- 查看所有房间|
|玩家列表 -- 查看所有玩家|
|*注意大厅指令游戏中禁用*|
|---- 游戏指令 ----|
|看牌 -- 查看当前牌局情况|
|叫地主/不叫 抢地主/不抢|
|出牌/不出 出 xxxx |
|*注意游戏指令大厅中禁用*|
+--------指令列表--------+
```