Here are some remakes of some of my very first (useful) programs which I originally wrote using QBasic about three years ago. The files are remakes because I fried the hard drive I saved the original's on (don't ask). Some of these are actually good, eventhough they were some of my first, so it might be worth trying them out.
| Name | Type | Description |
| DrawBasic | Graphics | A drawing program that took weeks to perfect. The original used ASCII characters, so I modified it so that it uses graphics.Similar to my SimpleDraw Applet. |
| Mr.Nibbles | Game | A simple game where you move around "Mr.Nibbles" and eat as much food as you can in a limited period of time. |
| HitTheBall | Game | What the name says, you hit a ball. Actually not too bad. |