A game for teaching programming
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BodgeMaster 2e5125cefd Write level 9 5 months ago
levels Write level 9 5 months ago
.gitignore gitignore: Ignore nano’s swp files and __pycache__ 11 months ago
LICENSE Initial commit 11 months ago
README.md Mode detailed readme. 11 months ago
lambdaV.py Only print "Available conditons:" section if conditions are available 9 months ago
outline.txt Outline: Add what I have so far 11 months ago

README.md

ΛV

ΛV (Lambda V) is a game that teaches programming using small puzzles. You control a directional cursor using a custom programming language to complete tasks. The name is taken from the characters used to display the cursor for the "north" and "south" directions.

This game is primarily inteded for teaching the most basic principles of programming. As such, the programming language used lacks a lot of features you would find in a "real" programming language.

This is a completely text-based game. You will need to run it in a terminal that understands the escape sequences for clearing the screen and can handle UTF-8. I have yet to test this on Windows so I don’t know if the default conhost.exe fulfills these requirements.

Setup instructions are tbd. I may or may not set up a website to play this online.