Skip to content

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

License

Notifications You must be signed in to change notification settings

Digital-Chaos/rs-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Languages