2019-11-06 18:15:58 +11:00
|
|
|
# Conway's Game of Life
|
|
|
|
|
|
|
|
![Conway's Game of Life](../../img/conway.png)
|
|
|
|
|
2019-11-07 17:37:16 +11:00
|
|
|
## Running
|
|
|
|
|
|
|
|
```bash
|
2020-04-14 03:12:18 +10:00
|
|
|
cargo run --release --package conway
|
2019-11-07 17:37:16 +11:00
|
|
|
```
|
2019-11-06 18:15:58 +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
|