git404hub

what is conway-game-of-life-in-pyside2 fr?

patrickelectric/conway-game-of-life-in-pyside2 — explained in plain English

Analysis updated 2026-07-16 · repo last pushed 2019-04-09

7PythonAudience · vibe coderComplexity · 2/5DormantSetup · moderate

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Interactive cell grid
      Start and stop simulation
      Save and load patterns
      Color preview mode
    Tech stack
      Python
      PySide2
      Desktop GUI
    Use cases
      Learn GUI programming
      Explore classic patterns
      Experiment with simulation
    Audience
      Beginners
      Students
      Hobbyists

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Click cells on a grid to create patterns and watch them evolve through the simulation.

VIBE 2

Learn how to build a desktop window app in Python with buttons and an interactive grid.

VIBE 3

Try classic Game of Life shapes like the blinker and glider to see how they behave.

VIBE 4

Save your own patterns and reload them later to continue experimenting.

what's the stack?

PythonPySide2

how it stacks up fr

patrickelectric/conway-game-of-life-in-pyside2bettyguo/local-deep-researchcaptaingrock/krea2trainer
Stars777
LanguagePythonPythonPython
Last pushed2019-04-09
MaintenanceDormant
Setup difficultymoderatehard
Complexity2/54/5
Audiencevibe coderdeveloperdesigner

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires installing PySide2 which may need specific Python version compatibility and system dependencies.

No license information is provided in this repository, so usage rights are unclear.

in plain english

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.

prompts (copy fr)

prompt 1
Help me install PySide2 and run this Conway's Game of Life desktop app on my computer.
prompt 2
Add a button to this Game of Life app that randomly fills the grid with live cells when clicked.
prompt 3
Explain how the color preview mode works in this app and help me add a speed control slider.
prompt 4
Help me create a new default pattern file for this app that loads a Gosper glider gun shape.

Frequently asked questions

what is conway-game-of-life-in-pyside2 fr?

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.

What language is conway-game-of-life-in-pyside2 written in?

Mainly Python. The stack also includes Python, PySide2.

Is conway-game-of-life-in-pyside2 actively maintained?

Dormant — no commits in 2+ years (last push 2019-04-09).

What license does conway-game-of-life-in-pyside2 use?

No license information is provided in this repository, so usage rights are unclear.

How hard is conway-game-of-life-in-pyside2 to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is conway-game-of-life-in-pyside2 for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.