Lode Runner - Total Recall
This program build with Javascript + CreateJS .
* 3 GAME Mode & 1 DEMO Mode
1. Challenge Mode
Compete with other players.
2. Training Mode
Player can select any levels
3. Edit Mode
Player can create custom levels
4. Demo Mode
Demo passed levels
* Include 5 Game Versions
1.
APPLE-II
2.
Commodore 64
* 2 Keyboard control mode
1.
Repeat Actions On: Like APPLE-II keyboard behavior
2.
Repeat Actions Off: Like NES keyboard behavior
* Play on a Local Machine
A simple web server is required to play LoderRunner on a local machine; follow these instructions for Windows:
Download and extract the source code into a directory.
If Python is installed, open a command prompt, navigate to the LodeRunner directory, and run "python -m http.server 8080" to start an HTTP server.
Alternatively, download sswws.zip from here , extract it into the LodeRunner directory, and run "sswws.exe -p 8080" from the command prompt.
Open a web browser and go to "http://127.0.0.1:8080/lodeRunner.html".
Note: Changing the HTTP port will cause the browser to store "status" or "custom levels" data in a separate storage.