Builder/README.md

68 lines
1.4 KiB
Markdown
Raw Normal View History

2022-06-23 18:32:56 +02:00
# Builder
2022-07-18 13:39:46 +02:00
A little game like Minecraft or Terraria.
# Build an install
Install gint if you have not already installed it.
2022-07-18 13:44:28 +02:00
```
$ fxsdk build-fx
$ bash clear.sh
```
2022-07-18 13:39:46 +02:00
2022-08-27 14:58:24 +02:00
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 !