You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
assets | 1 year ago | |
rst-client | 1 year ago | |
rst-core | 1 year ago | |
rst-launcher | 1 year ago | |
rst-server | 1 year ago | |
.envrc | 1 year ago | |
.gitignore | 1 year ago | |
.projectile | 1 year ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
log.rs | 1 year ago | |
shell.nix | 1 year ago |
README.md

A real-time strategy game about capturing computers on a network, building defence-, attack-, and research-clusters.
Primarily multiplayer focussed with some bad AIs and a single player story. Free software and made with love 💟.
How to build
The game is very easy to build with cargo 1 or with nix 2. Choosing the former, make sure you have the following dependencies installed on your computer:
- openssl 1.1
- opengl 3.2
If you want to hack on the game, check out the developer manual in docs/devel
How to play
Check out the player manual in docs/player
Test server
There is a RST Node test server hosted at
hyperion.kookie.space:121212
.