All,
I uploaded my AsciiPixels modified version of Lloyd's Mouse In A Maze game:
http://club100.org/memfiles/index.php?&direction=0&order=&directory=Ken%20Pettit/MouseInAMaze
This version also has 2 cats roaming about the maze that must be
avoided. Included is the tokenized BASIC version that can run on
M100/M102 or T200.
Must first install AsciiPixels!! Adding the two cats increased the
mount of running BASIC code and made the mouse movement a bit sluggish.
I made optimizations to the BASIC code (moved subroutines to the
beginning of the program, removed a couple of unnecessary subroutine
calls, converted some floats to int, etc.).
There is probably a bit more that could be done to make the game play
faster, but it seems relatively okay as it is.
Lloyd, as promised I left your name as the author. Please feel free to
use any of the modifications I made.
Ken