Zombienator: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
m (→‎ROM: Updated the Play In Browser link, confirmed link works.)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Gameinfo
{{Gameinfo
|title          = Zombienator
|title          = Zombienator
|image          = Image:Zombienator2player.gif
|image          = Image:Zombienator v2.png
|caption        = Zombienator in two player mode
|caption        = Zombienator in two player mode
|genres        =  
|genres        =  
Line 12: Line 12:
|media license  = <!-- [[Creative Commons Attribution-ShareAlike 3.0]] -->
|media license  = <!-- [[Creative Commons Attribution-ShareAlike 3.0]] -->
|engines        =  
|engines        =  
|engine        = Kernel V2
|engine        = Kernel V3
|video modes    =  
|video modes    =  
|video mode    = 2
|video mode    = 2
|latest release = 1.0 Beta
|latest release = 1.1 Beta
|release date  = June 20th, 2009
|release date  = June 20th, 2009
|languages      =  
|languages      =  
Line 23: Line 23:
}}
}}


Zombinator is shoot-em-up game taking place in a cemetery where you must shoot onslaughts of zombies.
Zombinator is a shoot-em-up game taking place in a cemetery where you must shoot onslaughts of zombies.


==Current Features==
==Current Features==
Line 29: Line 29:
* Scrolling
* Scrolling
* Zombies!
* Zombies!
* Bushes and Churches!
* FLAMETHROWER!!


==Upcoming Features==
==Upcoming Features==
Line 34: Line 36:
* Increasing difficulty (?)
* Increasing difficulty (?)
* Saving the highscore using the EEPROM functions
* Saving the highscore using the EEPROM functions
* Porting it to a later kernel
* Sprite flickering
* Optimizing the code
* Optimizing the code
* Adding more items to the map (a church for example)
* Improving the graphics in general
* Improving the graphics in general
* Minor bugfixes
* Minor bugfixes
Line 45: Line 44:
* Y,X,B,A for aiming (Y = left, X = up, A = right, B = down)
* Y,X,B,A for aiming (Y = left, X = up, A = right, B = down)
* R for shooting
* R for shooting
* L for changing weapons
* SELECT for pausing and selecting
* SELECT for pausing and selecting


==Notes==
==Notes==
None
If the game becomes too easy in the long run (especially in two player mode), linearly increasing difficulty will be added.
(Faster zombies and faster spawn rates, a cheap version of L4D's director :))


==ROM==
==ROM==
[[Media:Zombienator.hex]]
[https://nicksen782.net/UAM/APP_emu/?gameid=168 Play In Browser]
 
* [[Media:Zombienator.hex|.HEX file]]
* [[Media:Zombienator.uze|.UZE file]]


==SOURCES==
==SOURCES==
[http://code.google.com/p/zombienator/source/browse/#svn/trunk SVN Sources]
Part of the master Uzebox repository: [https://github.com/Uzebox/uzebox/tree/master/demos/Zombienator]


<!--
[[Category:Games licensed under the GNU GPL v3]]
[[Category:Games licensed under the GNU GPL v3]]
[[Category:Media licensed under an CC Attribution-ShareAlike license v3]]
<!--[[Category:Media licensed under an CC Attribution-ShareAlike license v3]]-->
[[Category:Free software games]]
[[Category:Free software games]]
[[Category:Free culture games]]
[[Category:Free culture games]]
-->
<!--[[Category:Game stubs]]-->
[[Category:Game stubs]]

Latest revision as of 23:21, 12 January 2019

Zombienator
Zombienator v2.png
Zombienator in two player mode
Genreshoot-em-up
DeveloperPeter Hedman (Phog)
Code licenseGNU General Public License version 3
or (at your option) any later version.
EngineKernel V3
Video Mode2
Latest release1.1 Beta
Release dateJune 20th, 2009
LanguageEnglish


Zombinator is a shoot-em-up game taking place in a cemetery where you must shoot onslaughts of zombies.

Current Features

  • 2 player mode
  • Scrolling
  • Zombies!
  • Bushes and Churches!
  • FLAMETHROWER!!

Upcoming Features

  • Soundtrack
  • Increasing difficulty (?)
  • Saving the highscore using the EEPROM functions
  • Optimizing the code
  • Improving the graphics in general
  • Minor bugfixes

Controls

  • D-pad for movement
  • Y,X,B,A for aiming (Y = left, X = up, A = right, B = down)
  • R for shooting
  • L for changing weapons
  • SELECT for pausing and selecting

Notes

If the game becomes too easy in the long run (especially in two player mode), linearly increasing difficulty will be added. (Faster zombies and faster spawn rates, a cheap version of L4D's director :))

ROM

Play In Browser

SOURCES

Part of the master Uzebox repository: [1]