Playing
Arrow keys
: Move and jumpLeft Ctrl
: Change to editor mode
Left Ctrl
: Change back to playingArrow keys
: Move cursorInsert
: Save your changes
X
: Pick up a block (arrows to move it around + X again to put it down)Z
: Remove a blockA
: Enter Insert Mode
X
: Place a new block1
: Change selected block to grass2
: Change selected block to cat (the cat is invisible due to current bug, but it's there)Z
: Return to Edit Mode
To run the game, use
cargo run --features "vulkan"
on Windows and Linux, and
cargo run --features "metal"
on macOS.
For building without any graphics backend, you can use
cargo run --features "empty"
but be aware that as soon as you need any rendering you won't be able to run your game when using
the empty
feature.