README changed
This commit is contained in:
parent
2705a50023
commit
9e8f5d6c5e
@ -16,16 +16,15 @@ See the ``readme.*`` files for more information.
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
| Key | Action | Key | Action | Key | Action |
|
| Key | Action | Key | Action | Key | Action |
|
||||||
| --- | ------------------- | --- | -------------- | --- | ------------------- |
|
| ----- | ------------------- | ------ | -------------- | --- | ------------------- |
|
||||||
| h | move/push left | H | run/push left | ^H | run left to object |
|
| 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 |
|
| 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 |
|
| 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 |
|
| k | move/push up | K | run/push up | ^K | run up to object |
|
||||||
| u | undo last move/push | U | undo all | | |
|
| u | undo last move/push | U | undo all | | |
|
||||||
| c | temporary save | ^U | reset to temporary save | | |
|
| c / s | temporary save | ^U / r | reset to temporary save | | |
|
||||||
| ^R | Refresh screen | ? | this help | | |
|
| ^R | Refresh screen | q | quit | | |
|
||||||
| q | quit | s | save the game | | |
|
|
||||||
|
|
||||||
## The game
|
## The game
|
||||||
|
|
||||||
@ -33,9 +32,9 @@ Characters on screen are:
|
|||||||
|
|
||||||
| Symbol | Meaning | Symbol | Meanging |
|
| Symbol | Meaning | Symbol | Meanging |
|
||||||
| ------ | -------------------------- | ------ | -------------------------- |
|
| ------ | -------------------------- | ------ | -------------------------- |
|
||||||
| @@ | player | ++ | player on saving position |
|
| ``@@`` | player | ``++`` | player on saving position |
|
||||||
| .. | saving position for packet | $$ | packets |
|
| ``..`` | saving position for packet | ``$$`` | packets |
|
||||||
| ** | saved packet | ## | wall |
|
| ``**`` | saved packet | ``##`` | wall |
|
||||||
|
|
||||||
Your goal is to move all packets to the saving position by pushing them.
|
Your goal is to move all packets to the saving position by pushing them.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user