Merge branch 'master' of https://git.pupes.org/PoliEcho/asm-game-of-life
All checks were successful
build_test / build (push) Successful in 2m11s

This commit is contained in:
PoliEcho 2025-07-14 20:57:01 +02:00
commit 82e55b3e1e

View File

@ -11,9 +11,25 @@
> make > make
## Download ## Download
#### TODO: add releases link [releases](https://git.pupes.org/PoliEcho/asm-game-of-life/releases)
## Build ## Build
```shell ```shell
make make
``` ```
## Controls
| key | action |
|--------|-------------------------|
| arrows | move cursor |
| ENTER | invert cell |
| j/k | change simulation speed |
| p | start/stop simulation |
| q | quit |
## Warning
delays in TTY may be broken
## Notes
if screen does not clear properly after loading just move the cursor around a bit