Skip to content

Conway's game of life seeded by Javascript equality table

Notifications You must be signed in to change notification settings

mlison/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of life seeded by JS equality table

Well, the title says it all. This is a Javascript implementation of Conway's game of life that is seeded by equality table of various javascript values. The game uses real values and loose comparison.

Hover over a cell to see what comparison it represents. You can also interact with cells by clicking on them.

There's also a live demo here.

The implementation is a bit sub-optimal, since that wasn't the point of the exercise.

About

Conway's game of life seeded by Javascript equality table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published