Small terminal app that generates conways game of life rules and shows them on the servicepoint display.
Find a file
Vinzenz Schroeter 643b5c1a83 add ci
2024-06-05 20:47:02 +02:00
.github/workflows add ci 2024-06-05 20:47:02 +02:00
src make random rules prettier 2024-05-20 01:18:50 +02:00
.gitignore initial commit 2024-05-18 22:00:33 +02:00
Cargo.lock make random rules prettier 2024-05-20 01:18:50 +02:00
Cargo.toml make random rules prettier 2024-05-20 01:18:50 +02:00
README.md make some spaghetti 2024-05-18 23:26:34 +02:00
shell.nix initial commit 2024-05-18 22:00:33 +02:00

servicepoint-life

More fully featured game of life for the servicepoint display based on the example in the repo.