Crates.io | life |
lib.rs | life |
version | 0.1.5 |
source | src |
created_at | 2015-10-28 00:20:44.633749 |
updated_at | 2018-02-24 16:00:53.47753 |
description | Conway's Game of Life on 2-D toroidal grid in rust. |
homepage | https://github.com/lj-ditrapani/game-of-life-rust |
repository | https://github.com/lj-ditrapani/game-of-life-rust |
max_upload_size | |
id | 3318 |
size | 15,174 |
Conway's Game of Life on 2-D toroidal grid in rust.
An interactive command-line experience.
Steps to success:
cargo run
My first rust program. I would really appreciate feedback on idiomatic rust.
You can change the const declaration to adjust the size of the grid.
Author: Lyall Jonathan Di Trapani
cargo test
To publish a new version:
cargo publish
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.