semantics, readability, relicense, initResource argument removal

This commit is contained in:
mtgmonkey
2025-12-08 11:21:14 +01:00
parent e767a5ee5b
commit 5585a49393
8 changed files with 200 additions and 133 deletions

View File

@@ -1,7 +1,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