Skip to content

julian-hoelz/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway’s Game of Life

To the Game of Life page on my portfolio website

Explanation

Conway’s Game of Life is not actually a game, but a cellular automaton. It consists of a grid containing “living” and “dead” cells. The number of living neighbouring cells determines whether a given cell will be alive in the next generation. You can read the exact rules on Wikipedia.

Link

Here is the link to my implementation of Conway’s Game of Life.

About

A web application for Conway’s Game of Life.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published