Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 572 Bytes

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.