Small terminal app that generates conways game of life rules and shows them on the servicepoint display.
Find a file
Vinzenz Schroeter fdca264ef9 fix div zero
2025-05-02 13:17:23 +02:00
.github/workflows add ci 2024-06-05 20:47:02 +02:00
src fix div zero 2025-05-02 13:17:23 +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 update to new (unreleased) servicepoint version 2025-05-02 13:15:02 +02:00
Cargo.toml update to new (unreleased) servicepoint version 2025-05-02 13:15:02 +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.