Page 1 of 1

The Game of Life

Posted: Tue Jan 03, 2006 10:34 pm
by 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:

Image

Sources here:

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


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

Peter

Posted: Wed Jan 04, 2006 8:15 am
by newdep
Heee You already finished it then? Worked all night on it ? ;-)

Looks good!

Posted: Wed Jan 04, 2006 1:24 pm
by pjot
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