Gorillas (video game)

Summary

Gorillas, also known under the source code's file name GORILLA.BAS, is a video game first distributed with MS-DOS 5 and published in 1991 by Microsoft.[1] It is a turn-based artillery game.[2] With allusions to King Kong, the game consists of two gorillas throwing explosive bananas at each other above a city skyline. The players can adjust the angle and velocity of each throw as well as the gravitational pull of the planet.

Gorillas
Developer(s)Microsoft[1]
Publisher(s)Microsoft[1]
Platform(s)MS-DOS
Release1991; 33 years ago (1991)
Genre(s)Artillery
Mode(s)hotseat

Written in QBasic, it is one of the programs included as a demonstration of that programming language. The others are Nibbles (another game), Money (a simple financial calculator), and REMLINE (a program to remove line numbers from old BASIC programs).

QB64 version edit

QB64 included a copy of Gorillas, adapted to be run at proper speed, until it was removed due to copyright concerns. As the compiler does not support DEF FN for inline functions, the original code was also adapted to use regular functions.

See also edit

References edit

  1. ^ a b c "Gorilla Source Code". archive.org. Internet Archive). 1990.
  2. ^ "MobyGames Summary for Gorillas". MobyGames. Retrieved 2007-12-31.

External links edit

  • Game source code download Original version by IBM Corporation (archived)
  • Gorillas.js - An open source, browser-based version of Gorillas written in JavaScript (source)
  • Free Android Gorillas on Play Store - Android version of Gorillas
  • Gorilla for CP/M - Porting of Gorillas in Turbo Modula-2 for CP/M systems
  • VB.NET Version of game
  • MS-DOS 5 included games at MobyGames