Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 356 Bytes

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