Translate:
Institution: Algonquin College
Course: GAM1537-Programming Fundamentals II
Date: Winter 2015
Platform: PC
Programming Language: C++
Using a Windows Application, we were tasked to create a 2D game, using GDI+ to render the game. For this project, I created a defense game where you have to shoot the different aliens trying to attack your base.
Some of the features in the game were:
The game made in a windows application, had a update loop used to update the logic, render the sprites, and get the user's input.