#tui #conway #game-of-life

bin+lib cgol-tui

Conway's Game of Life implementation with a TUI

3 unstable releases

0.3.0 Mar 24, 2024
0.2.1 Feb 29, 2024
0.2.0 Feb 29, 2024

#163 in Games

Download history 210/week @ 2024-02-26 33/week @ 2024-03-04 4/week @ 2024-03-11 74/week @ 2024-03-18 49/week @ 2024-03-25 59/week @ 2024-04-01

189 downloads per month

MIT/Apache

260KB
551 lines

Conway's Game of Life cli in Rust

Usage

clone the repo and run cargo r

Sample

Sample

Todos

  • initial tui support
  • renaming on gh
  • error handling
  • publishing to crates.io
  • changing to Canvas for rendering viewer block

Warning!

If your terminal is messed up by accident fix: on Mac, Linux: reset, on Windows: exit the app.

Acknowledgements

The core of this app is adapted from the great Rust-Wasm tutorial.

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.

Dependencies

~6–12MB
~116K SLoC