Hello everyone.
Here's my first effort with Game Editor (it's at the bottom of the webpage):
http://www.hodgepodgestudios.com/miscMAIN.html
The evil blue meanies have finally started their reign of terror on the fair city. Fortunately, the city is protected by being underground. But the meanies are determined to sacrifice themselves in order to drill down to the city.
What makes this worse is you, the defense commander, are stuck with surplus military lasers which have a finite amount of power.
However, HQ has seen fit to send you periodic resupply in the form of antique lunar landers carrying extra batteries. Be careful not to shoot the landers. They are fragile.
The keys 1, 2 and 3 fire the lasers.
It's incomplete as I need to resolve the following:
-Clean up the graphics.
-Needs an introductory instruction screen which can be turned off.
I think I can figure this out.
-Need to be able to restart the game without rebooting the .exe
How?
-Stop production of power modules and meanies when a blue meanie touches the city. How?
-Make the Game Over text stay centered in the view when it is displayed.
Right now it displays off-center. Why?
-Your power supply starts at 200 right now. The problem is, once a laser is fired, it starts straight from zero. Why?
-If power is zero, then the lasers should not fire. How to code this?
Please let me know if you would like the source files in order to debug this.
Suggestions and tips will be helpful.
Thanks!