pyLodeRunner

Classic Lode Runner clone made in pyxel (Python)

Screenshot

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

ChangeLog

ver0.11

  • Make key X and Z action prior to arrow key

ver0.10

  • First release