#conway #game #life #cli #conways

app rusty-life

Rust implementation of Conway's Game of Life that's rendered to the terminal

1 stable release

1.0.0 Mar 29, 2020

#679 in Games

MIT license

8KB
158 lines

rusty-life

Rust implementation of Conway's Game of Life. Casually written to pass the time during a weekend of coronavirus self-isolation.

This implementation simulates the Game of Life and renders it on the terminal. The size of the simulated grid is automatically set to the character width/height of your terminal.

Running the Game

To run the game, simply clone this crate and type:

cargo run

Or after installing the crate using cargo install rusty-life, run:

rusty-life

Options

Usage: rusty-life [options]

Options:
    --fps=<fps>  Frames/grid updates to render/run per second [default: 5].

Dependencies

~4–6MB
~107K SLoC