? I have not removed it yet and memory on the cloud must have enough capacity. Did you input public key correctly?
Please don't expect excessively, because it is quite cheap demo.
I like FPS (especially Metroid Prime series) and I'd like to make FPS games. To do so, I have to study "real" raycast algorithm. (Maze Escape 2's one is "imaginary".)
I've made small scale mode 7 demonstrator. It has only forty-eight directions and it costs three-quarter of graphic layer for sprites. If you're interested in this topic, please download it ASAP because I'll put it on server temporarily.
Mr. Rei who is famous person in this community has made a game which includes mode7 application. Public key is KSNQEA1. Unfortunately it has errors. You have to modify "SQRT"s to "SQR" in this source. I guess it is not easy to customize and use mode7 app independently because this source is highly optimized.
"DISPLAY N" should be followed by each "PRINT" as follows.
ACLS:XSCREEN 2
DISPLAY 0:PRINT"top screen"
DISPLAY 1:PRINT"touch screen"
WHILE TRUE:VSYNC 1:WEND
"DISPLAY N" should be followed by "LOCATE" and "PRINT" commands. If you put text on top(touch) screen, you should set 0(1) as N. "DISPLAY 1" will be available while screen mode set by "XSCREEN" command is 2 or 3.