Frogger: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
m (→‎ROM: Updated the Play In Browser link, confirmed link works.)
 
(5 intermediate revisions by 3 users not shown)
Line 15: Line 15:
|video modes    =  
|video modes    =  
|video mode    = 2
|video mode    = 2
|latest release = TBA
|latest release = v1.0
|release date  = TBA
|release date  = July 14, 2010
|languages      =  
|languages      =  
|language      = English
|language      = English
Line 28: Line 28:
* 1 or 2 player gameplay  
* 1 or 2 player gameplay  
* High scores preserved in EEPROM
* High scores preserved in EEPROM
* Original music (converted by Uze)


==GamePlay==
==GamePlay==
Line 39: Line 40:
* Extra life for each 1000 points
* Extra life for each 1000 points
* Lose a life if the time runs out before all frogs are housed
* Lose a life if the time runs out before all frogs are housed
* Game difficulty increases on each level that is a multiple of 3


===2P===
===2P===
Line 45: Line 47:


==ROM==
==ROM==
TBA
[https://nicksen782.net/UAM/APP_emu/?gameid=127 Play In Browser]
 
[http://code.google.com/p/uzebox-paul/downloads/list .hex + .uze]


==Sources==
==Sources==
TBA
[http://code.google.com/p/uzebox-paul/source/browse/#svn/trunk/games/Frogger SVN Sources]


[[Category:Games licensed under the GNU GPL v3]]
[[Category:Games licensed under the GNU GPL v3]]
Line 55: Line 59:
[[Category:Free culture games]]
[[Category:Free culture games]]
[[Category:Possible copyright violations]]
[[Category:Possible copyright violations]]
[[Category:Games with broken source link]]

Latest revision as of 22:52, 12 January 2019

Frogger
Frogger.png
Frogger gameplay
GenreAction
DeveloperPaul McPhee
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineKernel V5
Video Mode2
Latest releasev1.0
Release dateJuly 14, 2010
LanguageEnglish


Frogger is a relatively close re-make of the C64 version of the classic arcade game. Beat your best score or play vs your friends.

Features

  • 1 or 2 player gameplay
  • High scores preserved in EEPROM
  • Original music (converted by Uze)

GamePlay

  • Up, Down, Left, Right: Control Frogger's movement
  • Start: Start game, pause
  • Select: End current game

Game Rules

1P

  • Extra life for each 1000 points
  • Lose a life if the time runs out before all frogs are housed
  • Game difficulty increases on each level that is a multiple of 3

2P

  • When a round is complete, the difference in housed frogs is subtracted from the losing player's score.
  • Last surviving player wins

ROM

Play In Browser

.hex + .uze

Sources

SVN Sources