Skip to content

Latest commit

 

History

History
executable file
·
24 lines (21 loc) · 458 Bytes

README.md

File metadata and controls

executable file
·
24 lines (21 loc) · 458 Bytes

GUI Conway Game of Life in Rust

Somehow brokenworking. It is works , but heat death happens very soon. Use only release version.

Build

Build

cargo build --release

Build and Run

cargo run --release

Controls

  • With mouse clicks you can draw single cells;
  • S or Space - for stop;
  • B - for blank screen;
  • ESC - for exit;
  • R - for randomize;
  • +/- - Slowdown/speedup simulation.

Demo