/rustjammers

Rustjammers is a Windjammers clone with basic AI agents.

Primary LanguageC#

Rustjammers

Rustjammers is a Windjammers clone with basic AI agents.

Installing

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.