This program build with Javascript + CreateJS.
| 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 |
| 1. Classic Lode Runner | (150 Levels) | Difficulty: 3 |
| 2. Professional Lode Runner | (150 Levels) | Difficulty: 4 |
| 3. Revenge of Lode Runner | (17 Levels) | Difficulty: 4 |
| 4. Lode Runner Fan Book | (66 Levels) | Difficulty: 5 |
| 5. Championship Lode Runner | (51 Levels) | Difficulty: 5 |
| 1. | APPLE-II | |
| 2. | Commodore 64 |
| 1. | Repeat Actions On: Like APPLE-II keyboard behavior | |
| 2. | Repeat Actions Off: Like NES keyboard behavior |
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.zipfrom 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".