A game for teaching programming
Go to file
BodgeMaster e814cfe21d Replace debug function with debug level 2022-12-23 12:20:48 +01:00
levels Replace debug function with debug level 2022-12-23 12:20:48 +01:00
.gitignore gitignore: Ignore nano’s swp files and __pycache__ 2022-11-05 05:36:16 +01:00
LICENSE Initial commit 2022-11-04 03:07:15 +00:00
README.md Mode detailed readme. 2022-11-06 06:45:13 +01:00
lambdaV.py Replace debug function with debug level 2022-12-23 12:20:48 +01:00
outline.txt Outline: Add what I have so far 2022-11-05 05:35:52 +01:00

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 dont 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.