Warning
This game is a piece of software that will entirely crash your computer whenever you lose which can lead to hardware-level damage and loss of any progress of any ongoing work.
If you just want to try what the game is all about (nothing new really) please download the regular version as it doesn't crash your whole system, instead your player will respawn and restart the level, unlike the BSoD version.
BSoD: "blue screen of death"
Space
to jump, the longer you hold the longer your jump gets.R
to restart the level after death.
For starters read bevy's getting started guide and make sure you have Rust installed on your system then install cargo-make. (idk why am explaining this LOL)
// debug mode with dynamic linking
cargo make build-debug
cargo make run
// release mode with static linking
cargo make --profile production build-release
Regarding contributions, yes (please).