From 9e8f5d6c5e112cff317fcbd02883857835f91daa Mon Sep 17 00:00:00 2001 From: acn Date: Thu, 24 Oct 2019 15:22:53 +0200 Subject: [PATCH] README changed --- Sokoban/README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/Sokoban/README.md b/Sokoban/README.md index 68056bc..d7cd27c 100644 --- a/Sokoban/README.md +++ b/Sokoban/README.md @@ -16,16 +16,15 @@ See the ``readme.*`` files for more information. ## Commands -| Key | Action | Key | Action | Key | Action | -| --- | ------------------- | --- | -------------- | --- | ------------------- | -| h | move/push left | H | run/push left | ^H | run left to object | -| l | move/push right | L | run/push right | ^L | run right to object | -| j | move/push down | J | run/push down | ^J | run down to object | -| k | move/push up | K | run/push up | ^K | run up to object | -| u | undo last move/push | U | undo all | | | -| c | temporary save | ^U | reset to temporary save | | | -| ^R | Refresh screen | ? | this help | | | -| q | quit | s | save the game | | | +| Key | Action | Key | Action | Key | Action | +| ----- | ------------------- | ------ | -------------- | --- | ------------------- | +| h | move/push left | H | run/push left | ^H | run left to object | +| l | move/push right | L | run/push right | ^L | run right to object | +| j | move/push down | J | run/push down | ^J | run down to object | +| k | move/push up | K | run/push up | ^K | run up to object | +| u | undo last move/push | U | undo all | | | +| c / s | temporary save | ^U / r | reset to temporary save | | | +| ^R | Refresh screen | q | quit | | | ## The game @@ -33,9 +32,9 @@ Characters on screen are: | Symbol | Meaning | Symbol | Meanging | | ------ | -------------------------- | ------ | -------------------------- | -| @@ | player | ++ | player on saving position | -| .. | saving position for packet | $$ | packets | -| ** | saved packet | ## | wall | +| ``@@`` | player | ``++`` | player on saving position | +| ``..`` | saving position for packet | ``$$`` | packets | +| ``**`` | saved packet | ``##`` | wall | Your goal is to move all packets to the saving position by pushing them.