Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 574 Bytes

Game of Life

A terminal UI implementation of John Conway's Game of Life. It isn't meant to be efficient, pretty or anything: it was born out of pure boredom.

How to run

There are some examples on examples/, which you can run using Cargo. For instance, to run the glider example:

$ cargo run --example glider 

Contributing

If you wanna add some other examples with cool constructs or improve something, feel free to open a pull request!