Red Life is a small game about an astronaut who is trying to survive in the hostile environment of Mars.
If you just want to play the game, you can download the latest release from here.
To build the game from source, you need to have Rust installed. Then, run the following command in the root directory of the project:
rustup install nightly
rustup override set nightly
cargo run --release
Red Life is licensed under the GPLv3 license.