29 Mar 12, 06:55AM
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.
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.