aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000000..cba6af1f5cb1
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+ =================
+ RST NODE
+ =================
+
+A game about capturing computers on a network, building defences,
+attack and research clusters. Primarily multiplayer 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
+
+
+How to play
+-----------
+
+Check out the player manual in docs/player \ No newline at end of file