Files
Arduino_Projects/libraries/ssd1306/examples/games/lode_runner
MindCreeper03 e490df1715 First Commit
2025-02-27 19:31:50 +01:00
..
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00
2025-02-27 19:31:50 +01:00

HOW to run Lode runner in emulator mode

Read instructions and install all required prerequisites.

Compiling game and running emulation in Linux

cd ssd1306/tools
./build_and_run.sh -p linux -e -f games/lode_runner

Compiling game and running emulation in Windows

For MinGW32 use the script below:

cd ssd1306\tools
build_and_run.bat "games/lode_runner"