Updating READMEs

wip/yesman
Katharina Fey 3 years ago
parent 2f401b176b
commit 54b4077436
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 38
      README.md
  2. 19
      games/rstnode/README.md

@ -1,5 +1,5 @@
<div align="center">
<img src="docs/logo.png" width="256px"/>
<img src="docs/logo.png" height="256px"/>
<h1>kookienomicon</h1>
</div>
@ -15,14 +15,34 @@ Be warned though, there's software ahead ~✨
Following is an overview of components in this repository.
| Directory | Description |
|-------------|--------------------------------------------------------------------------------|
| apps | Applications (graphical and command-line) meant for end-users |
| development | Libraries and specific tools primarily meant to be used by software developers |
| docs | Documentation for the kookienomicon |
| infra | Personal infrastructure projects (namely `libkookie` & my website) |
| junkyard | Projects I've abandoned and that are considered read-only archives |
| licenses | Set of license texts in use by projects in this repository |
| Directory | Description |
|------------------------------|--------------------------------------------------------------------------------|
| [apps](./apps) | Applications (graphical and command-line) meant for end-users |
| [development](./development) | Libraries and specific tools primarily meant to be used by software developers |
| [docs](./docs) | Documentation for the kookienomicon |
| [games](./games) | Free software games and game tools |
| [infra](./infra) | Personal infrastructure projects (namely `libkookie` & my website) |
| [junkyard](./junkyard) | Projects I've abandoned and that are considered read-only archives |
| [licenses](./licenses) | Set of license texts in use by projects in this repository |
| [nix](./nix) | Nix build files and utilities |
| [prototypes](./prototypes) | Small experiments that don't fit anywhere else |
## Contributing
Because the kookienomicon is hosted on a platform that doesn't allow
public signup, contributing via PRs is not possible. Instead, if you
want to provide an update to any of the projects hosted in this
archive, you can do so via e-mail. You can either send a [set of
patches] to my [public inbox], or host your changes somewhere and send
me an e-mail [pull request].
For additional help on how to set up git's e-mail tools go [here].
[set of patches]: https://spacekookie.de/blog/collaborating-with-git-send-email/
[public inbox]: https://lists.sr.ht/~spacekookie/public-inbox
[pull request]: https://www.git-scm.com/docs/git-request-pull
[here]: https://git-send-email.io/
## Working with a large repo

@ -1,12 +1,13 @@
<div align="center">
<img src="assets/logo.png" width="256px"/>
<img src="assets/logo.png" height="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 💟.
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
@ -20,6 +21,16 @@ installed on your computer:
If you want to hack on the game, check out the developer manual in [`docs/devel`](docs/devel)
[1]: https://doc.rust-lang.org/cargo/getting-started/installation.html
[2]: https://nixos.org/nix
## How to play
Check out the player manual in [`docs/player`](docs/devel)
## Test server
There is a RST Node test server hosted at
`hyperion.kookie.space:121212`.

Loading…
Cancel
Save