life

Crates.iolife
lib.rslife
version0.1.5
sourcesrc
created_at2015-10-28 00:20:44.633749
updated_at2018-02-24 16:00:53.47753
descriptionConway's Game of Life on 2-D toroidal grid in rust.
homepagehttps://github.com/lj-ditrapani/game-of-life-rust
repositoryhttps://github.com/lj-ditrapani/game-of-life-rust
max_upload_size
id3318
size15,174
Lyall Jonathan Di Trapani (lj-ditrapani)

documentation

https://github.com/lj-ditrapani/game-of-life-rust

README

Conway's Game of Life on 2-D toroidal grid in rust.

An interactive command-line experience.

glider.png

Steps to success:

  1. Start program with cargo run
  2. Select a demo
  3. ????
  4. PROFIT!!!

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

Tests

cargo test

Crate

https://crates.io/crates/life

To publish a new version:

cargo publish

License

Licensed under either of

at your option.

Contribution

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.

TODO

  • 16 X 16 is a little small...
  • put tests in separate file
Commit count: 35

cargo fmt