Skip to content

Rustjammers is a Windjammers clone with basic AI agents.

Notifications You must be signed in to change notification settings

r-o-b-o-t-o/rustjammers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.