[plt-scheme] Is collects/games/doors dead code?

From: Ben Goetter (goetter at mazama.net)
Date: Sat Sep 20 15:20:14 EDT 2008

Assuming that collects/games/doors is not dead, how does one instantiate 
door-game%?  My first guess of

    (require mred games/doors/doors)
    (define f (instantiate frame% ("Test") (width 700) (height 600)))
    (define g (instantiate door-game% ((f 6 6)))
    (send f show #t)

draws only an empty frame.  (It appears that the setup sequence needs to 
call new-player and new-thing with some image data....)

I was grepping for usages of bitmap->gl-list, and was intrigued.

Thanks,
Ben



Posted on the users mailing list.