[plt-scheme] A little puzzle

From: Robby Findler (robby at cs.uchicago.edu)
Date: Mon Aug 4 14:31:36 EDT 2003

To make the program work on all platforms, you could mime-encode the
images and write a macro that mime-decoded them. Then, you wouldn't
need the filenames. Of course, depending on the images, the source file
could get very large.

Robby

At Wed, 30 Jul 2003 18:01:32 +0200, Jens_Axel_Søgaard wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Some time ago I made a little puzzle game (for teaching, but
> ended up not using it). It could be used as an simple example of
> how to use the MrEd toolkit in either collect\games or perhaps
> the Schematic Cookbook.
> 
>   <http://www.scheme.dk/src/puzzle-eng.scm>
> 
> The game uses the example images that come with Windows.
> But - since I have a danish version - I need some help
> to make it work on an english windows.
> 
> It is the follwing that needs to be changed:
> 
> (define picture-name    "solnedgang")
> ...
> (define picture-selection-list (instantiate choice% () (parent dialog)
> (label "Picture: ")
>                                  (choices (list "Solnedgang" "Vinter"
> "Åkander" "Bjergtoppe"))
>                                  (callback handle-picture-choice)))
> 
> Will a kind soul make it work on an english windows and mail the changes?
> 
> --
> Jens Axel Søgaard
> 
> (Solnedgang = sunset, Vinter=winter, Åkander = flowers on water , bjergtoppe
> = mountains )
> 
> 



Posted on the users mailing list.