A small fun project simulating randomized game of life environments. Drawn in the terminal using Crossterm.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Johannes Wünsche 66611325b3
Fix clippy lints
2 years ago
src Fix clippy lints 2 years ago
.gitignore Initial commit 2 years ago
Cargo.lock Handle Terminal Output Better 2 years ago
Cargo.toml Handle Terminal Output Better 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago

README.md

gameoflife

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