Mario-like simple 2D platformer written in Rust.
sdl2
,sdl2-image
,sdl2-ttf
cargo
and Rust compiler obviously
cargo build
Run the project with cargo run
.
- Move the camera by moving the mouse cursor to the edge of the window. Press shift for faster movement.
- Place blocks with
left mouse button
, delete them withright mouse button
. Copy the block into the selection by clicking themouse scroll button
. HoldCtrl
key to be able to insert blocks by holding the mouse button. - Switch level layers with the
TAB
key. - Switch level theme with
left
andright
keys. - Scroll through the avaliable blocks using the
mouse scroll
.