You do not have permission to make edits. Try Logging In.
Mega-lo-Mania is a real-time strategy game originally released in 1991 developed by the now defunct software company Sensible Software .
JavaScript Game Engine
To ensure the Mega-lo-Mania clone was as accessible as possible JavaScript was chose as the main game engine.
Prototype and Script.aculo.us have been included to provide a number of enhancements to JavaScript including animation and object transition effects.
PHP Backend
PHP is being used to provide the static data and later game features (i.e. Save / Load, Multiplayer).
All map data and unit data will be stored in the database and loaded at the time a game is started. This provides an effective storage mechanism that allows for easy modification of values during development and testing and overall orginisation to the data used by the game.
Long-term Project
Mega-lo-Mania has been a long term project with some heavy development around the early side of 2010.