blob: 18227bcdcea8c5116be5d4a5761d804f76e7cf95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
```bash
git clone https://git.mtgmonkey.net/Andromeda/hs-game
cd hs-game
nix run
```
todo
- [x] add proper mouse movement
- [ ] abstract into `Game` and `Game.Internal` with appropriate exports
- [ ] refactor for correctness
- [ ] fix depth clipping; near squares show oft before far
|