rusty-life

Crates.iorusty-life
lib.rsrusty-life
version1.0.0
sourcesrc
created_at2020-03-29 19:51:02.337613
updated_at2020-03-29 19:51:02.337613
descriptionRust implementation of Conway's Game of Life that's rendered to the terminal
homepagehttps://github.com/DonaldWhyte/rusty-life
repositoryhttps://github.com/DonaldWhyte/rusty-life
max_upload_size
id224176
size15,602
Donald Whyte (DonaldWhyte)

documentation

https://docs.rs/rusty-life

README

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].
Commit count: 21

cargo fmt