Frog Feast: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
m (Created page with "{{Gameinfo |title = Frog Feast |image = Image:lolo.png |caption = |genres = |genre = Action Fly Eating |developers = |developer ...")
 
m (→‎ROM: Updated the Play In Browser link, confirmed link works.)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Gameinfo
{{Gameinfo
|title          = Frog Feast
|title          = Frog Feast
|image          = Image:lolo.png
|image          = Image:ffscreen.png
|caption        =  
|caption        =  
|genres        =  
|genres        =  
Line 15: Line 15:
|video modes    =  
|video modes    =  
|video mode    = 3
|video mode    = 3
|latest release = Early Demo
|latest release = v1.0
|release date  = Soon...ish
|release date  = 2/15/15
|languages      =  
|languages      =  
|language      = English
|language      = English
Line 23: Line 23:
}}
}}


Frog Feast is a simple game where you pilot frogs intent on eating flies. The frog with the highest score at the end of the round wins, and perhaps even passes on his legacy to the high score table!
Frog Feast is a simple game where you control frogs intent on eating flies. The frog with the highest score at the end of the round wins, and perhaps even passes on his legacy to the high score table!


==Current Features==
==Current Features==
Line 32: Line 32:
* Frog Eye Blinking Simulation
* Frog Eye Blinking Simulation
* Semi-Realistic Amphibian behavior!
* Semi-Realistic Amphibian behavior!
* Jumps, Double-Jumps, Wall-Jumps, And Stomps!!
* Gross Disregard To Gravity, Momentum, And A Host Of Other Known Physics!
* Gross Disregard To Gravity, Momentum, And A Host Of Other Known Physics!


==Controls==
==Controls==
* LEFT/RIGHT = Hop and swim horizontally
* BTN_LEFT/BTN_RIGHT = Hop and swim horizontally, steer jumps while in air.
* BTN_B = Jump-hold to go higher, let go early to bail out!
* BTN_DOWN = Stomp while in air.
* BTN_B = Jump-hold to go higher, let go to fall. Time your tap again at the peak of jump to double jump! Tap while facing against the screen edge to wall jump!
* BTN_Y = Tongue!!
* BTN_Y = Tongue!!
* Start = Next level
* BTN_START = Pause the game.
* Select = Restart level


==ROM==
==ROM==
FRGFEAST.HEX[http://uzebox.org/forums/download/file.php?id=1941]
FRGFEAST.UZE[http://uzebox.org/forums/download/file.php?id=1942]
[https://nicksen782.net/UAM/APP_emu/?gameid=194 Play In Browser]
Check out the thread for the latest release.
Check out the thread for the latest release.


==Game Manual==
==Game Manual==
*[[Frog Feast Manual]]
*[[Frog Feast Manual]]


==Source==
[https://github.com/weber21w/uzebox-weber/tree/master/FrogFeast]


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

Latest revision as of 22:52, 12 January 2019

Frog Feast
Ffscreen.png
GenreAction Fly Eating
DeveloperLee Weber(D3thAdd3r)
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineUzebox 3.0
Video Mode3
Latest releasev1.0
Release date2/15/15
LanguageEnglish


Frog Feast is a simple game where you control frogs intent on eating flies. The frog with the highest score at the end of the round wins, and perhaps even passes on his legacy to the high score table!

Current Features

  • AI Opponent
  • 2 Player Support
  • High Score Table Saved to EEProm
  • Konami Code...
  • Frog Eye Blinking Simulation
  • Semi-Realistic Amphibian behavior!
  • Jumps, Double-Jumps, Wall-Jumps, And Stomps!!
  • Gross Disregard To Gravity, Momentum, And A Host Of Other Known Physics!

Controls

  • BTN_LEFT/BTN_RIGHT = Hop and swim horizontally, steer jumps while in air.
  • BTN_DOWN = Stomp while in air.
  • BTN_B = Jump-hold to go higher, let go to fall. Time your tap again at the peak of jump to double jump! Tap while facing against the screen edge to wall jump!
  • BTN_Y = Tongue!!
  • BTN_START = Pause the game.

ROM

FRGFEAST.HEX[1]

FRGFEAST.UZE[2]

Play In Browser

Check out the thread for the latest release.

Game Manual

Source

[3]