Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.06 KB

File metadata and controls

31 lines (26 loc) · 2.06 KB

Transfer Window

What the hell is this

Transfer window is a WIP real-time-strategy game centered around combat using orbital mechanics.

Ultimate aim: Singleplayer open-world game where you fight to control a solar system(s?), gain resources, upgrade your fleet of ships, all that stuff.

Remaining work: Fix the codebase (some major refactors needed), add resources, a tech tree, refine UI, figure out how on earth to make enemy AI for something like this

Pictures

image image image image image image image image

Video demos

How to run

  1. Install cargo, rust's build toool
  2. Clone the repository
  3. git checkout a branch. The master branch doesn't work very well. You have two options:
  • The dagsoc-demo branch. This is an older commit which includes stations and slot editing.
  • The tutorial-stable. This is a newer commit without stations or slot editing, but has 4 tutorial levels (the last being incomplete). This version is a bit less stable and has some more obvious bugs.
  1. Run cargo run --profile=profiling
  2. Hopefully it works...