#game-of-life #conway #celluarautomaton

gridlife

An library to generate and simulate Conways Game of Life cellular automatons

1 unstable release

new 0.0.1 Jan 21, 2025

#23 in #game-of-life

MIT license

15KB
307 lines

Game of Life

Implementation of Conway's Game of Life.

Written in Rust using Ratatui for the Text User Interface (TUI).

Run TUI

cargo run --features="build-binary"

image

lib.rs:

Game of Life

Library to manage the grid state for Conways game of life.

See: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Dependencies

~0–9.5MB
~102K SLoC