From ccac9c27388cfc3fefdc97f92b7e7fdb4d72028c Mon Sep 17 00:00:00 2001 From: 63621600aee4323e887a08d4 <63621600aee4323e887a08d4@devide> Date: Wed, 2 Nov 2022 20:18:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=91=BD=E4=BB=A4=E4=BB=8B=E7=BB=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78a4712..ab69ce4 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ ## 3 游戏操作命令 -- 捡起物品:`pickup [ [ ]]`:拾起 `Item1`、`Item2` 和 `Item3`。`pickup` 也可写为 `Pickup`; -- 放下物品:`drop [ [ ]]`:放下 `Item1`、`Item2` 和 `Item3`。`drop` 也可写为 `Drop`; -- 前往某个方向:`[go | walk | Walk] `:前往 `Direction1`。目前支持的方向有四个(区分大小写):`North | South | East | West`; +- 捡起物品:`[pickup | Pickup] [ [ ]]`:拾起 `Item1`、`Item2` 和 `Item3`; +- 放下物品:`[drop | Drop] [ [ ]]`:放下 `Item1`、`Item2` 和 `Item3`; +- 前往某个方向:`[go | walk | Walk] `:前往 `Direction1`; - 查看当前位置:`look`; -- 查看可以前往的方向:`dir | directions`; +- 查看可以前往的方向:`dir | directions`;目前支持的方向有四个(区分大小写):`North | South | East | West`; - 查看拥有的物品:`inv | inventory`; - 结束游戏:`quit`。 \ No newline at end of file -- GitLab