1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
to run: ```bash git clone https://git.mtgmonkey.net/Andromeda/hs-game cd hs-game nix run ``` to release: ```bash nix build .#release ``` to debug build: ```bash nix build .#debug ``` todo moved to CHANGELOG.md