Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 225 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 225 Bytes

node-game-of-life

implementation of conway's game of life

A functional solution to conways game of life, code in index.js tick() is the main function to move between generations.

test in test/gametest.js