diff --git a/README.md b/README.md index 78a4712ca245a6e5b54f8ce17a90629d825e8603..ab69ce45f4474f212b0c00760605163cd9e88ecf 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