2019-11-05 23:15:58 -08:00
|
|
|
# Conway's Game of Life
|
|
|
|
|
|
|
|
![Conway's Game of Life](../../img/conway.png)
|
|
|
|
|
2019-11-06 22:37:16 -08:00
|
|
|
## Running
|
|
|
|
|
|
|
|
```bash
|
2019-11-19 19:37:36 -08:00
|
|
|
cargo run --release --example conway --features conway
|
2019-11-06 22:37:16 -08:00
|
|
|
```
|
2019-11-05 23:15:58 -08: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
|