S.A.U.W. is a remake of my earlier game project developed between 2020–2022.
The original version was written in Java using the LibGDX framework.
This new iteration is a full rewrite in Rust, powered by the Bevy game engine.
To build executable file for your platform, run the following command:
cargo build --releaseThe compiled executable will appear in:
target/release/
The original LibGDX-based version can be found here: