Crates.io | rusty-life |
lib.rs | rusty-life |
version | 1.0.0 |
source | src |
created_at | 2020-03-29 19:51:02.337613 |
updated_at | 2020-03-29 19:51:02.337613 |
description | Rust implementation of Conway's Game of Life that's rendered to the terminal |
homepage | https://github.com/DonaldWhyte/rusty-life |
repository | https://github.com/DonaldWhyte/rusty-life |
max_upload_size | |
id | 224176 |
size | 15,602 |
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.
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
Usage: rusty-life [options]
Options:
--fps=<fps> Frames/grid updates to render/run per second [default: 5].