18 lines
582 B
Markdown
18 lines
582 B
Markdown
# PYSOKOBAN
|
|
|
|
Welcome to PYSOKOBAN!
|
|
The object of the game is to move all of the boulders to specific storage
|
|
positions in the shortest amount of moves possible.
|
|
```
|
|
|
|
KEY MOVEMENT
|
|
+===========================================+
|
|
|_symbol_|_meaning_|| y k u | 7 8 9 |
|
|
| @ | you || \ | / | \ | / |
|
|
| # | wall || h- . -l | 4- . -6 |
|
|
| 0 | boulder || / | \ | / | \ |
|
|
| . | storage || b j n | 1 2 3 |
|
|
+===========================================+
|
|
```
|
|
|
|
If you like my stuff visit my website: https://domdit.com
|