My personal project and infrastructure archive
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.
 
 
 
 
 
 
Katharina Fey 78d813b2a1
Updating game loop stuff
4 years ago
src Updating game loop stuff 4 years ago
.envrc Adding project outline and structure filse 4 years ago
.gitignore Adding project outline and structure filse 4 years ago
Cargo.lock Updating gameplay starting mechanics, adding quadtree to map 4 years ago
Cargo.toml Updating gameplay starting mechanics, adding quadtree to map 4 years ago
LICENSE Adding the GPL-3.0 LICENSE file 4 years ago
README Adding project outline and structure filse 4 years ago
shell.nix Adding steam-run to shell.nix 4 years ago

README

                         =================
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