Game of Life
I built this implementation of John Conway's classic cellular-automaton, zero player game during the Computer Science portion of my time at Lambda School. The game was built in React and styled using reactstrap. The game grid is created and animated using canvas with random colors, which was tricky to do with React, but was fun to figure out.