Small terminal app that generates conways game of life rules and shows them on the servicepoint display.
  • Rust 87.7%
  • Nix 12.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Vinzenz Schroeter 879ecde430 initial commit
2024-05-18 22:00:33 +02:00
src initial commit 2024-05-18 22:00:33 +02:00
.gitignore initial commit 2024-05-18 22:00:33 +02:00
Cargo.lock initial commit 2024-05-18 22:00:33 +02:00
Cargo.toml initial commit 2024-05-18 22:00:33 +02:00
README.md initial commit 2024-05-18 22:00:33 +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.