This commit is contained in:
Dominic DiTaranto 2025-08-28 17:26:52 -04:00
parent 7bc4381554
commit 022c9fa04d

View file

@ -3,8 +3,9 @@
Welcome to PYSOKOBAN! Welcome to PYSOKOBAN!
The object of the game is to move all of the boulders to specific storage The object of the game is to move all of the boulders to specific storage
positions in the shortest amount of moves possible. positions in the shortest amount of moves possible.
```
KEY MOVEMENT KEY MOVEMENT
+===========================================+ +===========================================+
|_symbol_|_meaning_|| y k u | 7 8 9 | |_symbol_|_meaning_|| y k u | 7 8 9 |
| @ | you || \ | / | \ | / | | @ | you || \ | / | \ | / |
@ -12,8 +13,6 @@ positions in the shortest amount of moves possible.
| 0 | boulder || / | \ | / | \ | | 0 | boulder || / | \ | / | \ |
| . | storage || b j n | 1 2 3 | | . | storage || b j n | 1 2 3 |
+===========================================+ +===========================================+
```
If you like my stuff visit my website: https://domdit.com If you like my stuff visit my website: https://domdit.com
### TODO:
- Create more maps. If you would like to contribute maps, please do!