Conway's Game of Life
Over the winter break, I frequently find myself itching to learn something new. This year, I decided to build a simple javascript implementation of Conway’s Game of Life.
It’s nothing particularly clever, but the code can be found here.