https://github.com/r-o-b-o-t-o/rustjammers
Rustjammers is a Windjammers clone with basic AI agents.
https://github.com/r-o-b-o-t-o/rustjammers
ai csharp rust-lang school-project unity3d
Last synced: 11 months ago
JSON representation
Rustjammers is a Windjammers clone with basic AI agents.
- Host: GitHub
- URL: https://github.com/r-o-b-o-t-o/rustjammers
- Owner: r-o-b-o-t-o
- Created: 2018-10-15T09:08:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T21:26:21.000Z (over 6 years ago)
- Last Synced: 2025-04-19T14:58:01.133Z (over 1 year ago)
- Topics: ai, csharp, rust-lang, school-project, unity3d
- Language: C#
- Homepage:
- Size: 37 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rustjammers
Rustjammers is a [Windjammers](https://en.wikipedia.org/wiki/Windjammers_(video_game)) clone with basic AI agents.
## Installing
Install [rust](https://www.rust-lang.org/tools/install).
Install [Unity](https://unity3d.com/get-unity/download).
Open a `cmd` window or a terminal and compile the game engine:
```sh
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.