gridlife 0.0.1

An library to generate and simulate Conways Game of Life cellular automatons
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Game of Life

Implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).

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

## Run TUI

`cargo run --features="build-binary"`

<img width="1200" alt="image" src="https://github.com/user-attachments/assets/63ff7fc7-5d7f-447a-a9de-496dbe611fcd" />