From fd9f55c331367db472679c782f5fab7e7eb9915a Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 12 Jun 2021 20:56:28 -0700 Subject: [PATCH] Readme changes form. --- index.html | 149 ----------------------------------------------------- readme.md | 24 +++++++++ 2 files changed, 24 insertions(+), 149 deletions(-) delete mode 100644 index.html create mode 100644 readme.md diff --git a/index.html b/index.html deleted file mode 100644 index 1ae6d34..0000000 --- a/index.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -http://neil.chaosnet.org/code/qbasic/ - - - - - - - - - - - - - -

[ Mælström ]

-

-This dusty diskette from ages past comes up and I go to the library and -read it; it's my old QBasic programmes. Remember when muti-player meant -you sit around the same computer and use different controls? -

- -
- -
-[ Dir ] - -
-Programming. -
- -
-[ File ] -
3dland.bas (15 KB)
-
-3D Landscape - ADSWEC Controls; a good example of what a 3D engine looks like -without important stuff like clipping and rotation. -
- -
-[ File ] -
3dland.exe (41 KB)
-
-Compiled. -
- -
-[ File ] - -
-3D Wireframe Box - ADSWEC Controls; can you figure out the fastest way to cause -an interger overflow? -
- -
-[ File ] -
3dobject.exe (41 KB)
-
-Compiled. -
- -
-[ File ] - -
-ASCII Turtle - awful ASCII art. -
- -
-[ File ] -
asciitur.exe (40 KB)
-
-Compiled. -
- -
-[ File ] -
feuru.bas (20 KB)
-
-Annoying Adventure Game - set on the tropical island of Feuru. -
- -
-[ File ] -
noschool.bas (10 KB)
-
-Battleship-Style UFO Game - dish out some DFA. -
- -
-[ File ] -
noschool.exe (62 KB)
-
-Compiled. -
- -
-[ File ] -
pop.bas (2 KB)
-
-Balloon Animation - why laser pointers and land mines should be banned from -public parks. -
- -
-[ File ] -
pop.exe (41 KB)
-
-Compiled. -
- -
-[ File ] - -
-Wormish Animation - a screen-saver wanna-be. -
- -
-[ File ] -
scrworms.exe (36 KB)
-
-Compiled. -
- -
-[ File ] - -
-UFO Attack - senseless, wanton animated destruction. -
- -
-[ File ] -
ufovisit.exe (44 KB)
-
-Compiled. -
- -
-- -π
-

From http://neil.chaosnet.org/code/qbasic/.

- - - diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..07d6ece --- /dev/null +++ b/readme.md @@ -0,0 +1,24 @@ +This dusty diskette from ages past was sitting in my closet. +"Danger," it says, with a skull. I go to the library and read it, +since they have some 3-1/2" drives on their desktops. It's +my old Qbasic programmes. + + + + + + + + + + + + + + + + + +
3dland.bas (15 KB)3D Landscape - ADSWEC Controls; a good example of what a 3D engine looks like without important stuff like clipping and rotation.
3dobject.bas (9 KB)3D Wireframe Box - ADSWEC Controls; can you figure out the fastest way to cause an interger overflow?
asciitur.bas (9 KB)ASCII Turtle - awful ASCII art.
feuru.bas (20 KB)Annoying Adventure Game - set on the tropical island of Feuru.
noschool.bas (10 KB)Battleship-Style UFO Game - dish out some DFA.
pop.bas (2 KB)Balloon Animation - why laser pointers and land mines should be banned from +public parks.
scrworms.bas (1 KB)Wormish Animation - a screen-saver wanna-be.
ufovisit.bas (6 KB)UFO Attack - senseless, wanton animated destruction.
+