Zombienator: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
m (Updated the source code link)
Line 55: Line 55:


==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]]

Revision as of 19:31, 30 November 2016

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

Media:Zombienator.hex

SOURCES

Part of the master Uzebox repository: [1]