Small terminal app that generates conways game of life rules and shows them on the servicepoint display.
Find a file
2025-05-02 12:55:18 +02:00
.github/workflows add ci 2024-06-05 20:47:02 +02:00
src add ability to speed up, slow down 2024-06-23 09:41:37 +02:00
.envrc remove shell.nix, add flake.nix 2025-05-02 12:55:18 +02:00
.gitignore direnv 2024-06-05 20:48:11 +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
flake.lock remove shell.nix, add flake.nix 2025-05-02 12:55:18 +02:00
flake.nix remove shell.nix, add flake.nix 2025-05-02 12:55:18 +02:00
README.md make some spaghetti 2024-05-18 23:26:34 +02:00

servicepoint-life

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