/malformed

infinite runner game but if you lose your system crashes

Primary LanguageRustCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Malformed

malformed banner

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.

Download

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"

Controls

  • Space to jump, the longer you hold the longer your jump gets.
  • R to restart the level after death.

Development

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).