This Chrome app builds up the holiday-chrome code base http://github.com/moorescloud/chrome-holiday, and implements a one-dimensional version of Conway's Game of Life.
In this version, a living (green) cell will stay alive into the next generation if it has exactly one living neighbor. If it has two living neighbors, it dies (red) of overcrowding. If it has no living neighbors, it dies of lonliness.
This code can be adapted for your own numerical visualization apps for Holiday by MooresCloud.
This use the super-fast UDP-based SecretAPI, which is documented at https://github.com/moorescloud/secretapi
For more information on Holiday, visit our website at http://holiday.moorescloud.com/
Mark Pesce mpesce@moorescloud.com December 2013