Laby/README.md

24 lines
986 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# course.py
This is a simple game, that I wrote when I was 10-to-12 year old, using Basic on a [TO7/70](https://en.wikipedia.org/wiki/Thomson_TO7).
This version has been ported to the [Pygame](http://www.pygame.org/) 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”