updated readme

This commit is contained in:
cscough 2026-01-19 18:16:32 -05:00
parent edbcd1e394
commit c01f49f74b

View File

@ -0,0 +1,17 @@
- 1VBS
- My initial attempts at Visual Basic Script - mainly used as pranks.
- ESCAPE
- An unfinished text-based-adventure game written in BATCH
- Python
- Written in Python 2.7.5, this contains a collection of simple pygame scripts including:
- CreeperDefense (I did not spell check at the time): a simple Galaga-like shooter with enemies suspiciously similar to Minecraft creepers.
- Escape.py DATA: an unfinished, 2D topdown recreation of the first couple of levels of ESCAPE (BATCH)
- rect race.py: My first attempt at movement and collision detection.