Skip to content

DrFreenote/ConwayJavascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConwayJavascript

Just a simple implimentation of Conway's Game of Life in Javascript.

It is not array based in the traditional sense, instead it is object based. Every cell around every living cell and every living cell themselves are evaluated to create the next frame. This means you're not limited to evaluating in the fixed predetermined size of a two dimentional array. The coordinate system will even extend into negative values.

About

Javascript implimentation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published