Conway's Game of Life
#1
In my class we had to make a simple version of Conway's Game of Life in Python using simple ASCII characters to represent the cells. I was inspired and created a very nice looking (at least IMO) applet version.
http://lantry.us.to/gameOfLife
Right now it just randomly generates a starting board whenever you load the page (so you can refresh to restart) but I might add more control later.
The colors are on a sort of gradient depending on how many neighbors the cell has.
Thanks given by:


Messages In This Thread
Conway's Game of Life - by Lantry - 29 Mar 12, 06:55AM
RE: Conway's Game of Life - by gambino - 29 Mar 12, 07:59AM
RE: Conway's Game of Life - by MorganKell - 29 Mar 12, 08:52AM
RE: Conway's Game of Life - by Lantry - 02 Apr 12, 02:55AM
RE: Conway's Game of Life - by Frogulis - 02 Apr 12, 03:45AM
RE: Conway's Game of Life - by Lantry - 02 Apr 12, 03:56AM
RE: Conway's Game of Life - by Frogulis - 02 Apr 12, 11:41AM
RE: Conway's Game of Life - by Ronald_Reagan - 14 Apr 12, 10:25AM
RE: Conway's Game of Life - by Frogulis - 14 Apr 12, 11:13AM
RE: Conway's Game of Life - by Ronald_Reagan - 14 Apr 12, 11:53AM