diff --git a/README.md b/README.md index e69de29..a70cf77 100644 --- a/README.md +++ b/README.md @@ -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.