1
0
Fork 0

README changed

This commit is contained in:
acn 2019-10-24 15:22:53 +02:00
parent 2705a50023
commit 9e8f5d6c5e
1 changed files with 12 additions and 13 deletions

View File

@ -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.