Skip to content

Chrome app implementing a one-dimensional version of Conway's Game of Life for Holiday by MooresCloud

Notifications You must be signed in to change notification settings

moorescloud/chrome-holiday-life

Repository files navigation

Game of Life for Holiday Chrome

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 [email protected] December 2013

About

Chrome app implementing a one-dimensional version of Conway's Game of Life for Holiday by MooresCloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published