Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 457 Bytes

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"