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.
 
 
 
 
 
 
nomicon/games/rstnode
Katharina Fey 953d1e1a1d
Updating image links in READMEs
3 years ago
..
assets rstnode: delete rogue assets and update node colours 3 years ago
rst-client rstnode: refactoring server and client components into rst-core 3 years ago
rst-core rstnode: refactoring server and client components into rst-core 3 years ago
rst-launcher rstnode: restructure project into workspace and sub-crates 3 years ago
rst-server rstnode: refactoring server and client components into rst-core 3 years ago
.envrc Add 'games/rstnode/' from commit '78d813b2a119b314349555387669f9c33727c5b1' 3 years ago
.gitignore Add 'games/rstnode/' from commit '78d813b2a119b314349555387669f9c33727c5b1' 3 years ago
.projectile rstnode: update build infrastructure and dependencies 3 years ago
Cargo.lock rstnode: refactoring server and client components into rst-core 3 years ago
Cargo.toml rstnode: refactoring server and client components into rst-core 3 years ago
LICENSE Add 'games/rstnode/' from commit '78d813b2a119b314349555387669f9c33727c5b1' 3 years ago
README.md Updating image links in READMEs 3 years ago
log.rs rstnode: refactoring server and client components into rst-core 3 years ago
shell.nix rstnode: add basic node assets 3 years ago

README.md

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

How to play

Check out the player manual in docs/player