Gorillas: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
m (→‎ROM: Updated the Play In Browser link, confirmed link works.)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Gameinfo
{{Gameinfo
|title          = Gorillas
|title          = Gorillas
|image          = Image:Image.png
|image          = Image:gorillas10.png
|caption        = Gorillas gameplay
|caption        = Gorillas gameplay
|genres        =  
|genres        =  
|genre          = artillery game
|genre          = artillery game
|developers    =  
|developers    =  
|developer      = Hartmut Wendt
|developer      = Hartmut Wendt (Harty123)
|code licenses  =  
|code licenses  =  
|code license  = [[Image:Gplv3.png|GNU General Public License version 3]] <span style="color:red"><br/>or (at your option) any later version.</span>
|code license  = [[Image:Gplv3.png|GNU General Public License version 3]] <span style="color:red"><br/>or (at your option) any later version.</span>
Line 16: Line 16:
|video mode    = 3
|video mode    = 3
|latest release =  
|latest release =  
|release date  = near future
|release date  = 2011-08-04
|languages      =  
|languages      =  
|language      = English
|language      = English
Line 23: Line 23:
}}
}}


'''Gorillas''' is a re-make of the famous QBASIC game Gorillas developed by IBM and published by Microsoft 1991 with MS-DOS5. For more information check also this [http://en.wikipedia.org/wiki/Gorillas_%28computer_game%29#cite_note-1 Wikipedia article].
'''Gorillas''' is a re-make of the famous QBASIC game Gorillas developed by IBM and published by Microsoft 1991 with MS-DOS 5. For more information check also this [http://en.wikipedia.org/wiki/Gorillas_%28computer_game%29#cite_note-1 Wikipedia article].


The graphic and sound track is very close to the original game:
The graphic and sound track is very close to the original game:
Line 32: Line 32:
* 2 player mode  
* 2 player mode  
* original grafic and game play
* original grafic and game play
* PCM sound effects
* original sound tracks
* original sound tracks
* enhanced PCM sound effects
* wind speed simulation
* wind speed simulation


Line 50: Line 50:


==ROM==
==ROM==
[http://uzebox.org/forums/download/file.php?id=758 Gorillas.hex V0.1]
[https://nicksen782.net/UAM/APP_emu/?gameid=129 Play In Browser]
 
[http://uzebox.org/forums/download/file.php?id=764 Gorillas.hex V1.0]
 
[http://uzebox.org/forums/download/file.php?id=763 Gorillas.uze V1.0]


==Sources==
==Sources==
 
[http://www.hwhardsoft.de/english/projects/my-euzebox-games/ Source code V1.0]


[[Category:Games licensed under the GNU GPL v3]]
[[Category:Games licensed under the GNU GPL v3]]

Revision as of 22:56, 12 January 2019

Gorillas
Gorillas10.png
Gorillas gameplay
Genreartillery game
DeveloperHartmut Wendt (Harty123)
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineKernel 3.1
Video Mode3
Release date2011-08-04
LanguageEnglish


Gorillas is a re-make of the famous QBASIC game Gorillas developed by IBM and published by Microsoft 1991 with MS-DOS 5. For more information check also this Wikipedia article.

The graphic and sound track is very close to the original game: Video of original game play

Features

  • 1 player mode vs CPU
  • 2 player mode
  • original grafic and game play
  • original sound tracks
  • enhanced PCM sound effects
  • wind speed simulation

Controls

  • up - value+1
  • down - value-1
  • right - value+10
  • left - value-10
  • Button A - confirm input

Manual

Your mission is to hit your opponent with the exploding banana by varying the angle and power of your throw, taking into account wind speed, gravity, and the city skyline. The direction and amount of wind speed is visualized by a red arrow in the bottom line.

ROM

Play In Browser

Gorillas.hex V1.0

Gorillas.uze V1.0

Sources

Source code V1.0