In part one of my computing history my family got our first computer, a Twinhead Superset 590. We used it for DOS gaming, and I learned to program on it with GWBasic. In this part I get a bit older, go to high school and continue learning more about computing and programming.
We were still quite into DOS gaming at the time and had expanded the number of games that we played. This was partly due to my older brother starting to buy shareware magazines which came with cover disks. This was really the first exposure we had to the wider world of software and computing. Even though we didn’t get to play many of the games you’d see in the magazines we read them religiously. The cover disks were also a great source of new games to play, even if we could never get the registered version.
Civilization was particularly popular in our house, with some family members still playing it regularly today! It’s still quite a remarkably addictive game, and it’s simple enough to enjoy, but complex enough to sink your teeth into. Some of the later games in the franchise didn’t quite hit this mark as well as the first, so they haven’t stuck with us as well.
Being a family of chess players, we had to have Battle Chess of course, but also Sargon 4 which Dad always says was one of the better chess programs he’s ever used. He still uses it for practice to this day!
1993 was my first year in high school. They had several proper computer labs with cool machines to play with. One lab had old XT clones which my brother played Simcity on, another had Macintosh classics connected together on a network, and the third had 486 PCs. These computers all had a variety of games on them which were fun to play once done with school work, but finding Qbasic on the 486 computers was eye opening. It was a big change from GWBasic.
QBasic is quite a bit more capable than GWBasic, and has a faster interpreter. However it is mostly compatible and has brilliant online help, so I was able to get coding on it very fast. A few projects I had were moved over to it and gained a number of features. The projects I took on got much bigger with better graphics.
I had built a few “simulation” programs in GWBasic that were modeled after Microprose games that we played. Some of the first QBasic programs were adaptions of these, one called Flight being a flight simulator and Sea Serpent being a submarine simulation. Neither have particularly good game play, but when I got older and learned trigonometry I updated Flight a bit with my new knowledge. Being able to use it for something useful made it easier to learn the concept.
Puzzle was another project that started life in GWBasic. I moved it over to QBasic as it started to get too big to work on the older interpreter. The idea sort of came from a shareware game called Squarez that we played quite a bit. You placed tiles down individually, some would stick around and others would immediately activate, you don’t need to make a square. It’s not a super compelling game, but it works, and looks much more like games I was playing at the time.
Puzzle did spawn a more original idea in the form of Mazing. I took the same play field, filled it with random tiles, and placed the player at the bottom with the task of getting to the exit at the top of the screen. Tiles would activate when you move into them, some clearing the way whilst others were traps. As you progress there are fewer nice tiles and more traps and blocks. It wasn’t as complete in the sense that it didn’t have the niceties like high scores and help, but it some ways it plays better as a game.
Two of my favorite shareware games from the time were Xargon and Hocus Pocus. So I decided that I wanted to make a platform game of my own. It is called Bob’s Fury and was one of my more ambitious projects, it involved a lot of graphics and data. My younger brother helped out with some of the graphics and original levels. It played quite slowly on the Qbasic interpreter, and there were some bugs and design issues I never resolved, but it did function well enough to be playable. We made 40 levels for it, so it was quite an achievement considering I was 14 when I finished making it initially.
This is one of the few projects of mine which has lived on. I reused the engine to make a shorter second game called tomb and later in the story I start making a port of it in Pascal which I’m still working on today. It’s evolved a lot since back then, but I’ll save the details for that part of the story.
These weren’t the only projects I made, but are perhaps the more important ones. Looking back I was quite prolific at creating games for QBasic. This was a product of being a teenager with lots of time and passion for creating. It was quite fun and exceptionally educational, it helped me with high school level mathematics quite a bit.
At this point in the story we were still using the Twinhead 386sx and were for quite a while not able to run the latest software and games. In the next part we get a new computer which was quite a leap ahead in terms of capability and I develop more software projects and begin to learn another programming language.
Recent Comments