Conway's Game of Life

Monkey Forums/Monkey Code/Conway's Game of Life

impixi(Posted 2012) [#1]
An implementation of Conway's Game of Life.

http://en.wikipedia.org/wiki/Conway's_Game_of_Life.

Not the simplest version, but that's the price of glitz and interactivity. ;)

To try different patterns, pause the 'game', click/touch cells, then unpause.




therevills(Posted 2012) [#2]
Oh, I do love a bit of ALife, I did my dissertation on Artificial Life :)

I'll check this out tonight!


Samah(Posted 2012) [#3]



NoOdle(Posted 2012) [#4]
Nice, I loved messing about with this. It also gave me a little inspiration to write my own version, I'll post it here. Let me know if you'd prefer I create my own topic. :)

+/- to speed up
space to pause/unpause
g show/hide grid
mouse/touch to add cell.




impixi(Posted 2012) [#5]
Cool. Keeping it in this topic is fine with me.