Skip to content

feat(examples): add Conway's Game of Life SDL2 app#5

Merged
eggfly merged 2 commits into
CardputerZero:mainfrom
lahirunirmalx:app/game-of-life
Jul 15, 2026
Merged

feat(examples): add Conway's Game of Life SDL2 app#5
eggfly merged 2 commits into
CardputerZero:mainfrom
lahirunirmalx:app/game-of-life

Conversation

@lahirunirmalx

Copy link
Copy Markdown
Contributor

Port of the Phoebe LVGL app_life to a standalone 320x170 SDL2 program. Toroidal cellular automaton on an 80x42 grid that auto-reseeds on extinction, population stall, or after 600 generations. No network or sensors -- cells drawn as filled rects.

Keys: SPACE reseed, P pause, ESC / Q quit.

Port of the Phoebe LVGL app_life to a standalone 320x170 SDL2 program.
Toroidal cellular automaton on an 80x42 grid that auto-reseeds on
extinction, population stall, or after 600 generations. No network or
sensors -- cells drawn as filled rects.

Keys: SPACE reseed, P pause, ESC / Q quit.
@eggfly
eggfly merged commit 3d0c9d8 into CardputerZero:main Jul 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants