General refactor and minor improvements

This commit is contained in:
2025-10-18 18:56:28 +02:00
parent 103f85d07e
commit 6b0e858064
13 changed files with 616 additions and 466 deletions

View File

@@ -2,17 +2,40 @@
| |
| !!! HOWTO MINIGAME !!! |
| |
| Make sure that your terminal |
| has enough space to display |
| all the output of the game. |
| |
| This can be achieved by |
| going fullscreen and/or |
| zooming out. |
| |
| *________________* |
| |--- MANUAL ---| |
| | GENERAL | |
| *------------------------------------* |
| | | |
| | Exit: | |
| | Exit current screen: | |
| | Escape, backspace | |
| | | |
| | Reset zoom: | |
| | "'ctrl' + '0'" | |
| | | |
| | Zoom out: | |
| | "'ctrl' + '-'" | |
| | | |
| | Zoom in: | |
| | "'ctrl' + '+'" | |
| | "'ctrl' + 'shift' + '='" | |
| | | |
| *------------------------------------* |
| |
| "'ctrl' + '-'" |
| |
| You can reset the zoom with: |
| "'ctrl' + '0'" |
| |
| *________________* |
| |---- MENU ----| |
| | MENU | |
| *------------------------------------* |
| | | |
| | Move down: | |
@@ -24,13 +47,10 @@
| | Select: | |
| | 'f', enter, space bar | |
| | | |
| | Exit: | |
| | Escape, backspace | |
| | | |
| *------------------------------------* |
| |
| *-----------------* |
| |- MAZE RUNNER -| |
| | MAZE RUNNER | |
| *------------------------------------* |
| | | |
| | Move up: | |
@@ -45,13 +65,10 @@
| | Move left: | |
| | 'a', arrow_left | |
| | | |
| | Exit: | |
| | Escape, backspace | |
| | | |
| *------------------------------------* |
| |
| *-----------------* |
| |---- SNAKE ----| |
| | SNAKE | |
| *------------------------------------* |
| | | |
| | Turn up: | |
@@ -66,10 +83,5 @@
| | Turn left: | |
| | 'a', arrow_left | |
| | | |
| | Exit: | |
| | Escape, backspace | |
| | | |
| *------------------------------------* |
*--------------------------------------------*
1234567890123456789012345678901234567890123456
10 20 30 40 |