Simple old game in python, kept as a souvenir :-)
Go to file
Y 237d35b1fe init 2017-11-03 15:42:27 +01:00
README.md init 2017-11-03 15:42:27 +01:00
laby.py init 2017-11-03 15:42:27 +01:00

README.md

course.py

This is a simple game, that I wrote when I was 10-to-12 year old, using Basic on a TO7/70.

This version has been ported to the Pygame framework. As I still like to play with this game sometimes, I quickly added some features, most notably the 3D view, some help, and the final animation.

Keys when the game launches:

  • ESC: quit
  • +: bigger maze
  • : smaller maze
  • anything else: start playing

Keys while playing:

  • ESC: quit
  • H: switch between 2D and 3D (the 2D view has become the “help” view)
  • : go 1 step forward
  • : go 1 step backward
  • : turn to the left
  • : turn to the right
  • 0 to 9 on the keypad: set how long the “foot-steps” remain visible (0 by default)
  • or + on the keypad: lower or raise the above setting by a value of 5 (relative change)
  • * on the keypad: set a pre-defined value to the visibility of the “foot-steps”