#conway #game-of-life #cccb-servicepoint #cccb #simulation

app servicepoint-life

Small terminal app that generates conways game of life rules and simulates them on the servicepoint display

1 unstable release

new 0.2.0 May 3, 2025

#139 in Games

GPL-3.0-or-later

21KB
491 lines

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.

Dependencies

~5–14MB
~207K SLoC