Analysis updated 2026-07-16 · repo last pushed 2019-04-09
Click cells on a grid to create patterns and watch them evolve through the simulation.
Learn how to build a desktop window app in Python with buttons and an interactive grid.
Try classic Game of Life shapes like the blinker and glider to see how they behave.
Save your own patterns and reload them later to continue experimenting.
| patrickelectric/conway-game-of-life-in-pyside2 | captaingrock/krea2trainer | codenamekt/hexus | |
|---|---|---|---|
| Stars | 7 | 7 | 7 |
| Language | Python | Python | Python |
| Last pushed | 2019-04-09 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | vibe coder | designer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires installing PySide2 which may need specific Python version compatibility and system dependencies.
This project brings Conway's Game of Life to your screen as a desktop application. Conway's Game of Life is a classic simulation where simple rules determine whether cells on a grid live, die, or multiply over time, creating surprisingly complex and mesmerizing patterns from just a few starting points. The app gives you an interactive grid where you can set up your own starting patterns by clicking cells on or off. Once you hit start, the simulation runs automatically, showing you how the cells evolve. You can adjust the size of the board, clear it to start fresh, and save or load specific patterns you've created. There's also a color mode that previews what will happen in the next step, highlighting cells that will stay alive in green and those that will die in red. This is primarily a learning tool. Someone new to programming or graphical interfaces could use it to see how a desktop window with buttons and a grid actually works in Python. It's also just a fun way to experiment with a famous piece of computer science history. The README includes a few classic patterns like the "blinker" and "glider," which are well-known shapes that behave in interesting ways, giving you something to try right away. The project uses a Python tool called PySide2 for the graphical interface. This makes it a practical example for anyone curious about how to build a windowed app rather than just a script that runs in a text console.
A desktop application that simulates Conway's Game of Life, letting you click cells on a grid and watch them evolve. It's a learning tool for building windowed Python apps.
Mainly Python. The stack also includes Python, PySide2.
Dormant — no commits in 2+ years (last push 2019-04-09).
No license information is provided in this repository, so usage rights are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.