servicepoint-life/README.md
Vinzenz Schroeter 1c9ac90b82
Some checks failed
Rust / build (pull_request) Has been cancelled
update dependencies, clippy fixes, metadata
2025-05-02 13:43:02 +02:00

581 B

servicepoint-life

This is a small terminal app that generates conways game of life rules and simulates them on the servicepoint display.

It uses the servicepoint library for the display commands.

Running

With Nix flakes, you can just nix run git+https://git.berlin.ccc.de/vinzenz/servicepoint-life.

Otherwise, you can cargo install --git https://git.berlin.ccc.de/vinzenz/servicepoint-life and then run servicepoint-life.

If you want to poke at the code you can always check out the repo and cargo run it.