pyLodeRunner
Classic Lode Runner clone made in pyxel (Python)
Controls
arrow key : move the player
X : dig right side
Z : dig left side
ESC : quit game
ENTER : give up
PAGEDOWN/PAGEUP : change the level to next or previous
SPACE : pause
TAB : toggle debug mode
Installation
- install Python (3.7)
- install pyxel (1.6.7)
- clone this repository.
- move to the folder and run the script.
$ cd pyLodeRunner
$ python loderunner.py
Thanks
- Lode Runner original by Doug Smith
- Lode Runner FAQ - https://gamefaqs.gamespot.com/appleii/577310-lode-runner
- pyxel - https://github.com/kitao/pyxel