13 lines
286 B
Markdown
13 lines
286 B
Markdown
```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
|