Skip to content

Conways game of life in javascript. Basic placement and speed control implemented on first commit.

Notifications You must be signed in to change notification settings

tm2josep/conwaysgol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Rules:


For a space that is 'populated':
Each cell with one or no neighbors dies, as if by solitude.
Each cell with four or more neighbors dies, as if by overpopulation.
Each cell with two or three neighbors survives.

For a space that is 'empty' or 'unpopulated':
Each cell with three neighbors becomes populated.

v1: basic speed control and placement is implemented

About

Conways game of life in javascript. Basic placement and speed control implemented on first commit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published