A small fun project simulating randomized game of life environments. Drawn in the terminal using Crossterm.
Go to file
Johannes Wünsche 66611325b3
Fix clippy lints
2021-09-10 14:09:03 +02:00
src Fix clippy lints 2021-09-10 14:09:03 +02:00
.gitignore Initial commit 2021-09-09 15:24:27 +02:00
Cargo.lock Handle Terminal Output Better 2021-09-09 15:24:38 +02:00
Cargo.toml Handle Terminal Output Better 2021-09-09 15:24:38 +02:00
LICENSE Initial commit 2021-09-09 15:24:27 +02:00
README.md Initial commit 2021-09-09 15:24:27 +02:00

README.md

gameoflife

A small fun project simulating randomized game of life environments. Drawn in the terminal using Crossterm.