aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/README.md
blob: df6c76b780fbbfb95c547c9e7dfd4a41b65d837a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<div align="center">
    <img src="assets/logo.png" height="256px"/>
</div>


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`](docs/devel)

[1]: https://doc.rust-lang.org/cargo/getting-started/installation.html
[2]: https://nixos.org/nix


## How to play

Check out the player manual in [`docs/player`](docs/devel)


## Test server

There is a RST Node test server hosted at
`hyperion.kookie.space:121212`.