The Game of Life

Started by pjot, January 03, 2006, 02:34:12 PM

Previous topic - Next topic

pjot

The other day I was remembering a mathematical zero-player game which obsessed me when I was a teenager. With newLisp I hacked a program to bring it back to life:



http://www.gtk-server.org/life.jpg">



Sources here:



http://www.gtk-server.org/life.lsp">http://www.gtk-server.org/life.lsp





Also look at the nifty way newLisp can import GTK now :-)



Peter

newdep

#1
Heee You already finished it then? Worked all night on it ? ;-)



Looks good!
-- (define? (Cornflakes))

pjot

#2
Quote
Worked all night on it ?


Almost... ;-)



It only took 2 days to create this. Thanks to the fact that newLisp is a powerfull language and GTK has an easy API.



Peter