git404hub

what is game-of-life fr?

a15n/game-of-life — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2016-06-23

JavaScriptAudience · generalComplexity · 1/5DormantSetup · easy

tl;dr

A browser-based, playable version of Conway's Game of Life, a cellular automaton where simple rules make patterns evolve on a grid.

vibe map

mindmap
  root((game-of-life))
    What it does
      Simulates cellular automaton
      Cells live or die each turn
      Patterns evolve on grid
    Tech stack
      JavaScript
      Runs in browser
      No backend needed
    Use cases
      Learn cellular automata
      Generative art play
      Tinker with rules
    Audience
      Students
      Hobbyists
      Curious tinkerers

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

Watch Conway's Game of Life patterns evolve directly in the browser.

VIBE 2

Learn how simple rules produce complex emergent behavior.

VIBE 3

Experiment with modifying the rules or starting cell patterns.

VIBE 4

Use it as a teaching example for algorithms or generative art.

what's the stack?

JavaScript

how it stacks up fr

a15n/game-of-lifea15n/a15na15n/checkout-validation
LanguageJavaScriptJavaScriptJavaScript
Last pushed2016-06-232019-04-072014-09-04
MaintenanceDormantDormantDormant
Setup difficultyeasyeasyeasy
Complexity1/52/52/5
Audiencegeneralgeneraldeveloper

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

how do i run it?

Difficulty · easy time til it works · 5min

prompts (copy fr)

prompt 1
Explain how this Game of Life implementation decides if a cell lives or dies each generation.
prompt 2
Help me add new starting patterns (like a glider) to this Game of Life grid.
prompt 3
Show me how to change the grid size in this Game of Life project.
prompt 4
Walk me through the JavaScript code that renders the grid and controls.

Frequently asked questions

what is game-of-life fr?

A browser-based, playable version of Conway's Game of Life, a cellular automaton where simple rules make patterns evolve on a grid.

What language is game-of-life written in?

Mainly JavaScript. The stack also includes JavaScript.

Is game-of-life actively maintained?

Dormant — no commits in 2+ years (last push 2016-06-23).

How hard is game-of-life to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is game-of-life for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.