A javascript simulator inspired by Conway's Game of Life. This implementation is designed with internet independence in mind which is why it forgoes any server-side scripts. This simulation utilizes the <canvas> element and some light jQuery to draw a pixel array as an image.   A usable example can be found here: http://www.suskitech.org/gameoflife/ The repository can be found here: https://github.com/n33kos/RGB_GameOfLife