Thanks for all the help! I've managed to purge out the old and clean up the new.
You can try the game (with TEdit instructions) on my personal repository below.
Simply put
FIFTEEN.LISP where you can find it and
(LOAD "FIFTEEN.LISP") followed by
(START-FIFTEEN) in an InterLisp REPL.
Instructions are in
FIFTEEN.TEDIT if you're unfamiliar with the game.
https://github.com/RyanBurnside/FIFTEENI don't object to having it included in LispUsers but I need to get my TEdit file into whatever template PARC originally used.
Larry, I was drawing a heavy multi polygon beveled border on each button and it made it pretty slow. (essentially 4 textured filled trapezoids forming the bezel)
I might hack them back in later if I implement drawing only as necessary (currently there is a window clear and redraw per click event).
PS Thanks everyone for your help. I'm still having a lot of fun.