This is a game of life implementation in rust using TUI
1. Install Rust on Your Machine
2. Clone the repo
3. cargo run [in the cloned directory]
r: Generates a Random MAP of Cells
s: Goes 1 Step to next Gen
a: Auto Mode-> keeps calculating next gen every 100ms
e: stop auto mode
q: exit terminal app