From b38baf21dbe44bbbe464a97529a2e27424339119 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Wed, 29 Jan 2020 06:49:50 +0000 Subject: Adding project outline and structure filse --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.3