Skip to content

dagregi/game-of-life-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life CLI

Conway's Game of Life implemented in Rust to run in the terminal.

Try it out

For the default settings:

cargo run

To run with custom settings from files:

cargo run -- -i <filename>

Example

Try it out with the beacon example in the repository:

cargo run -- -i beacon

Credits

Thanks to jbarszczewski's blog post for the inspiration.

Releases

No releases published

Packages

No packages published

Languages