Zombienator: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
(New page: {{Gameinfo |title = Zombienator |image = Image:Zombienator2player.gif |caption = Zombienator in dual player mode |genres = |genre = shoot-em-up |...)
 
m (→‎ROM: Updated the Play In Browser link, confirmed link works.)
 
(19 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 dual player mode
|caption        = Zombienator in two player mode
|genres        =  
|genres        =  
|genre          = shoot-em-up
|genre          = shoot-em-up
Line 8: Line 8:
|developer      = Peter Hedman (Phog)
|developer      = Peter Hedman (Phog)
|code licenses  =  
|code licenses  =  
|code license  = <!-- [[GNU General Public License|GNU GPL 3.0]] -->
|code license  = [[Image:Gplv3.png|GNU General Public License version 3]] <span style="color:red"><br/>or (at your option) any later version.</span>
|media licenses =  
|media licenses =  
|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==
* 2 player mode
* 2 player mode
* Scrolling
* Zombies!
* Bushes and Churches!
* FLAMETHROWER!!


==Upcoming Features==
==Upcoming Features==
* Soundtrack
* Soundtrack
* Preserving the highscore using the EEPROM functions
* Increasing difficulty (?)
* Porting it to a later kernel
* Saving the highscore using the EEPROM functions
* Optimizing the code
* Optimizing the code
* Improving the graphics and the map itself (tombstones and gravel are quite boring in the long run :))
* Improving the graphics in general
* Minor bugfixes


==Controls==
==Controls==
Line 39: 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==
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]