Rustjammers is a Windjammers clone with basic AI agents.
Install rust.
Install Unity.
Open a cmd
window or a terminal and compile the game engine:
cd rustjammers # Go to your copy of this repository
cargo build --release
Copy the resulting rustjammers_engine.dll
library file in rustjammers/target/release
to rustjammers/Unity/Assets
.
Open the Unity project and run the game.