Skip to content

DiegoSalazar/ConwaysGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

A neat colorful javascript/canvas implementation of John Conway's Game of Life - a cellular automaton.

Usage

Open index.html in a canvas compatible web browser and click the Start button. Before clicking Start, you can toggle each cell by clicking on it, this let's you customize the "seed" Or, choose a predefined seed from the drop down menu.

TODOS:

  1. fix canvas resizing
  2. more predefined seeds
  3. ability to save preSeed, e.g. using html5 localstorage or serialize to cookie. then read them into the preSeed dropdown

About

HTML5 Canvas implementation of Conway's Game of Life - Cellular Automata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published