[GAME] Be Puzzled

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

[GAME] Be Puzzled

Post by newdep »

If you like a brain crack.. here is a nice starter.. ;-)

(load "http://www.nodep.nl/downloads/newlisp/bepuzzled.lsp")
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

And the first prize goes to .... Norman ... for coming up with first guiserver application:

(load "http://www.nodep.nl/downloads/newlisp/bepuzzled.lsp")

I can't believe how small it is! well done!

Lutz

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

Post by newdep »

I just noticed that under linux (no look and feel, just default) the buttons
are configured as they should, Colored.. But under XP they are not ? ;-)

Under XP only the border of the button is colored as under linux the whole
button is..

Norman.
-- (define? (Cornflakes))

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

Post by newdep »

I Just just made it motif by default... Now Linux and Windows behave the same...

Now play it again ;-)
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

On XP and MacOS X the button color is overwitten by their look0-and-feel flavor and only the surrounding rectangle is colored.

The normally plain looking Motif style comes in handy for these situations, your program looks much better now.

Lutz

Locked