Mario-like simple 2D platformer written in Rust.
sdl2,sdl2-image,sdl2-ttfcargoand Rust compiler obviously
cargo buildRun 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. HoldCtrlkey to be able to insert blocks by holding the mouse button. - Switch level layers with the
TABkey. - Switch level theme with
leftandrightkeys. - Scroll through the avaliable blocks using the
mouse scroll.