[Space Invaders]

Project date: Apr 2008
Tags: C++ :: games

Space Invaders was one of my assignments in the second year of my Undergraduate study. It is coded in C++ and uses OpenGL and DirectX for rendering. This simple 2D shooter is based on the original Space Invaders game and adds some interesting new features.

Download Mayan Madness Windows-compatible installation file
Gaining powerThe player needs to shoot the enemies above while avoiding their attacks. Two types of enemies with different missiles were implemented.
Hitting a target adds to the player's power shown in a power bar at the bottom right corner of the screen and a shield that absorbs the enemy missiles until destroyed is created in front of the player when the power bar fills up.
Behind the shields


{Please enable JavaScript in order to post comments}

[Blog]

Ultrastable Neuroendocrine Robot is born

I have finally put a beginning of an artificial brain to my Ultrastable Neuroendocrine Robot - UNER... my lego robot can now measure inputs from its 3 front proximity sensors and individual cells in its brain get activated when it sees something

[Read full]

Busy working on Alien Farm

For the last couple of weeks, I have been working on a strategy game with working name 'Alien Farm'. I have done a lot of improvements and bug fixes and almost ready to move to creating a few campaign missions...

[Read full]