The Game of Life

For the Compleat Fan
Locked
pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

The Game of Life

Post 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

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

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

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

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

Locked