Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 435 Bytes

rs-life

Rust/Terminal based implementation of John Conway's Game of Life

Building

$ cargo build [--release]

Testing

$ cargo test

Benchmarking

$ cargo bench

Running

$ cargo run [--release]

Escape key or Q key exits the program.

Screenshot