20220727 - Informations utiles.

This commit is contained in:
mibi88 2022-08-27 14:58:24 +02:00
parent 0f125742e5
commit 0a7883193f
1 changed files with 55 additions and 1 deletions

View File

@ -11,4 +11,58 @@ $ fxsdk build-fx
$ bash clear.sh
```
Copy `Builder.g1a` that is in `./latest-build/` to the main folder of your calculator.
Copy `Builder.g1a` that is in `./latest-build/` to the main folder of your calculator.
# Gameplay
## When playing
1 - Break a block.
EXE - Add a block.
MENU - Detailled inventory.
8,4,5,6 - Select blocks.
0 - Select something in the inventory.
Right, Left - Move.
SHIFT - Jump.
## In the detailled inventory
SHIFT - Select a stack.
0 - Move the cursor.
ALPHA - Transfer the blocks from the stack to the cursor.
X² - Transfer a block from the stack to the cursor.
EXE - Quit this menu.
MENU - Go to the crafting menu.
## In the crafting
SHIFT - Build the selected block.
Right, Left - Choose another block to build.
EXE - Quit crafting.
## Incinerator
SHIFT - Burn an item from the selected stack.
DEL - Burn the selected stack.
EXE - Quit this menu.
## Everywhere
EXIT - Quit the game.
# Missing features
[] Survival.
[] Mobs.
[] Save.
[] Included help.
[] Water and lava.
[] Leafs.
[] Many blocks (see `./assets-fx/tiles/blocks/`).
[] Portals ?
[] Boss ?
[] Multiplayer ?
# Issues
See tickets.
# Topic
https://www.planet-casio.com/Fr/forums/topic17108-last-builder-un-jeu-de-construction-comme-minecraft-et-terraria.html#188890
# Testing
You can get the latest build in `./latest-build/`.
If you find an issue, please write a ticket !