qbasic/readme.md

25 lines
1.4 KiB
Markdown

This dusty diskette from ages past was sitting in my closet. "Danger," it says,
with a skull. Clearly I put effort into ensuring that I wouldn't erase it. I go to the
library and read it, since they have some 3-1/2" drives on their desktops. It's
my Qbasic programmes from when I was in grade 7.
<table>
<tr><td><a href = "3dland.bas">3dland.bas</a> (15 KB)</td><td>3D Landscape - ADSWEC Controls; a good example of what a 3D engine looks like without important stuff like clipping and rotation.</td></tr>
<tr><td><a href = "3dobject.bas">3dobject.bas</a> (9 KB)</td><td>3D Wireframe Box - ADSWEC Controls; can you figure out the fastest way to cause an interger overflow?</td></tr>
<tr><td><a href = "asciitur.bas">asciitur.bas</a> (9 KB)</td><td>ASCII Turtle - awful ASCII art.</td></tr>
<tr><td><a href = "feuru.bas">feuru.bas</a> (20 KB)</td><td>Annoying Adventure Game - set on the tropical island of Feuru.</td></tr>
<tr><td><a href = "noschool.bas">noschool.bas</a> (10 KB)</td><td>Battleship-Style UFO Game - dish out some DFA.</td></tr>
<tr><td><a href = "pop.bas">pop.bas</a> (2 KB)</td><td>Balloon Animation - why laser pointers and land mines should be banned from
public parks.</td></tr>
<tr><td><a href = "scrworms.bas">scrworms.bas</a> (1 KB)</td><td>Wormish Animation - a screen-saver wanna-be.</td></tr>
<tr><td><a href = "ufovisit.bas">ufovisit.bas</a> (6 KB)</td><td>UFO Attack - senseless, wanton animated destruction.</td></tr>
</table>