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.
There are some examples on examples/
, which you can run using Cargo. For instance, to run the glider example:
$ cargo run --example glider
If you wanna add some other examples with cool constructs or improve something, feel free to open a pull request!