Game of Life with a Web Worker

This is the exact same code as the initial Game of Life implementation, except in this implementation the business logic for the game is running in a Web Worker, off of the main thread.

Frame rate: -- fps