A J2ME version of the maze environment
Brought to you by:
bpfoley,
philmueller
With a bit of squeezing it might be possible to make a variant
maze environment that runs as a J2ME midlet.
Assuming that the robot controllers didn't use any floating point
arithmetic, or any classes not available in J2ME, it would be
possible to build the controller into the maze .jar file and upload it
to a mobile phone.
If nothing else, it would be a good illustration of portable coding.