Difference between revisions of "QBASIC Gorillas"

From TheAlmightyGuru
Jump to: navigation, search
(Created page with "thumb|256x256px|A screenshot from the game. '''''QBASIC Gorillas''''' is an artillery video game developed and publ...")
 
Line 6: Line 6:
 
My family's first computer came with MS-DOS v5.0, and shortly after figuring out how to run [[QuickBASIC|QBASIC]], I found the game and started playing it. I played around a little with the source code, but never really understood it at the time. Several of the students in my 9th grade math class really loved this game, and we frequently played it after tests and before class started.
 
My family's first computer came with MS-DOS v5.0, and shortly after figuring out how to run [[QuickBASIC|QBASIC]], I found the game and started playing it. I played around a little with the source code, but never really understood it at the time. Several of the students in my 9th grade math class really loved this game, and we frequently played it after tests and before class started.
  
Although Gorillas was a great example of what QBASIC was capable of, in hind sight, I find that it is just as much of an example of how limited the language was. There are calls of POKE and PEEK because there isn't a command to set num lock, graphics are encoded is complex numbers rather than modifiable bitmaps, determining the available graphic hardware is done through esoteric error trapping, and frame rate is governed by counting delays.
+
Although Gorillas was a great example of what QBASIC was capable of, in hind sight, I find that it is just as much of an example of how limited the language was. There are calls of POKE and PEEK because there isn't a command to get or set num lock, the graphics for the bananas are encoded in complex numbers rather than modifiable bitmaps, determining the available hardware is done through esoteric error trapping because there is no simple way to get it, and the frame rate is governed by counting delays.
  
 
==Status==
 
==Status==
I own a copy of this game on my MS-DOS v5.0 disks. It doesn't have an AI, so it's not really beatable.
+
I own a copy of this game on my MS-DOS v5.0 disks. The game doesn't have an AI, so it's not really beatable.
  
 
==Review==
 
==Review==
 +
{{Video Game Review|3|4|2|2|5|DOS}}
 +
 +
{{Spoilers}}
 +
 +
===Good===
 +
* As with most artillery video games, it's a nice distraction for awhile.
 +
* The game is one of the very few complete and competent graphical videogames released in BASIC at the time.
 +
 +
===Bad===
 +
* Although passable for the game, the graphics and sound were awful compared to what other hardware was capable of. This game was released about seven years after the [[Famicom]].
 +
* The game shipped with a couple bugs that were never patched.
 +
* The game doesn't take advantage of the hardware that was available at the time. VGA had been out for three years, but the game runs, at best, in EGA mode, and, even then, it doesn't take advantage of all 16 colors.
 +
 +
===Ugly===
 +
* The game is quite dull. With practically no variation, you'll see everything it has to offer in your first play through.
  
 
==Media==
 
==Media==
Line 50: Line 65:
 
[[Category: Multi-Player]]
 
[[Category: Multi-Player]]
 
[[Category: Multi-Player Versus]]
 
[[Category: Multi-Player Versus]]
[[Category: Multi-Player Co-op]]
 
[[Category: Software Distribution Model - Shareware]]
 
[[Category: Video Games I've Beaten]]
 

Revision as of 12:30, 25 January 2021

A screenshot from the game.

QBASIC Gorillas is an artillery video game developed and published by Microsoft in 1990-04-09 and released with MS-DOS v5.0 as QBASIC source code. In the game, two human opponents play as gorillas standing on a randomly-generated series of skyscrapers. You goal is to hurl explosive bananas at you opponent by entering in an angle and velocity, while factoring in the wind, in an attempt to blow the other player up. The game supports EGA, and CGA graphics.

Personal

My family's first computer came with MS-DOS v5.0, and shortly after figuring out how to run QBASIC, I found the game and started playing it. I played around a little with the source code, but never really understood it at the time. Several of the students in my 9th grade math class really loved this game, and we frequently played it after tests and before class started.

Although Gorillas was a great example of what QBASIC was capable of, in hind sight, I find that it is just as much of an example of how limited the language was. There are calls of POKE and PEEK because there isn't a command to get or set num lock, the graphics for the bananas are encoded in complex numbers rather than modifiable bitmaps, determining the available hardware is done through esoteric error trapping because there is no simple way to get it, and the frame rate is governed by counting delays.

Status

I own a copy of this game on my MS-DOS v5.0 disks. The game doesn't have an AI, so it's not really beatable.

Review

Video Game Review Icon - Enjoyment.png Video Game Review Icon - Control.png Video Game Review Icon - Appearance.png Video Game Review Icon - Sound.png Video Game Review Icon - Replayability.png
3 4 2 2 5

Best Version: DOS

— This section contains spoilers! —

Good

  • As with most artillery video games, it's a nice distraction for awhile.
  • The game is one of the very few complete and competent graphical videogames released in BASIC at the time.

Bad

  • Although passable for the game, the graphics and sound were awful compared to what other hardware was capable of. This game was released about seven years after the Famicom.
  • The game shipped with a couple bugs that were never patched.
  • The game doesn't take advantage of the hardware that was available at the time. VGA had been out for three years, but the game runs, at best, in EGA mode, and, even then, it doesn't take advantage of all 16 colors.

Ugly

  • The game is quite dull. With practically no variation, you'll see everything it has to offer in your first play through.

Media

Screenshots

Videos

Longplay.

Download

This download includes the original source code of the game and a pre-compiled DOS binary.

Links

Link-MobyGames.png  Link-Wikipedia.png  Link-VGMPF.png