An implementation of the classic John Conway's Game of Life in CoffeeScript.
Live version available at https://codepen.io/de-passage/full/WjWExY/.
To run the example locally, install npm if needed, then run npm install && ./compile.sh
. The script will install webpack and the required dependencies, then compile the files and open the page in your browser.