gokmen / Gameoflife.kdapp

Game of Life with KD Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

This is my hobby implementation for Game of Life with Koding's KD Framework and HTML5 . You can see it alive from https://koding.com/Gameoflife

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.

The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

For more information: http://en.wikipedia.org/wiki/Conway's_Game_of_Life

About

Game of Life with KD Framework


Languages

Language:JavaScript 60.7%Language:CoffeeScript 35.3%Language:CSS 4.0%