release v0.2.0

This commit is contained in:
mtgmonkey
2025-12-08 13:40:11 +01:00
parent 852244a491
commit 20ecde081b
8 changed files with 218 additions and 147 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