aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/README.md')
-rw-r--r--games/rstnode/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/rstnode/README.md b/games/rstnode/README.md
new file mode 100644
index 000000000000..eb83337e297c
--- /dev/null
+++ b/games/rstnode/README.md
@@ -0,0 +1,25 @@
+<div align="center">
+ <img src="/kookienomicon/plain/games/rstnode/assets/logo.png" width="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)
+
+## How to play
+
+Check out the player manual in [`docs/player`](docs/devel)