pixels/examples/conway
Nurzhan Sakén 5461133a63
Replace line_drawing with clipline (#381)
* Replaced `line_drawing` with `clipline`

* Update `clipline` to 0.1.1
2023-10-30 19:36:32 -05:00
..
src Replace line_drawing with clipline (#381) 2023-10-30 19:36:32 -05:00
Cargo.toml Replace line_drawing with clipline (#381) 2023-10-30 19:36:32 -05:00
README.md Fix dependency bloat (#67) 2020-04-13 10:12:18 -07:00

Conway's Game of Life

Conway's Game of Life

Running

cargo run --release --package conway

Controls

  • Mouse: Left click toggles cells, dragging draws lines.
  • P: Toggle pause.
  • space: Frame step (enables pause if not already paused)
  • R: Randomize
  • escape: Quit