pixels/examples/conway/README.md

18 lines
356 B
Markdown
Raw Normal View History

# Conway's Game of Life
![Conway's Game of Life](../../img/conway.png)
2019-11-07 17:37:16 +11:00
## Running
```bash
cargo run --release --package conway
2019-11-07 17:37:16 +11:00
```
## Controls
- Mouse: Left click toggles cells, dragging draws lines.
- <kbd>P</kbd>: Toggle pause.
- <kbd>space</kbd>: Frame step (enables pause if not already paused)
- <kbd>R</kbd>: Randomize
- <kbd>escape</kbd>: Quit