# HOW to run Lode runner in emulator mode Read [instructions](https://github.com/lexus2k/ssd1306/wiki/How-to-run-emulator-mode) 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"