This simple game created in SFML provides a base concept for turret or top down shooter games designed in C++. Along with a plethora of useful programming concepts concerning video games.
The game has the following unique features.
- Purchasing and Upgrade System.
- Incrementally increasing difficulty algorithm.
- Functioning completely custom programmed UI.
- A stored high score system.
- Randomly Spawning enemy type and location system.
- Vector based movements and high performance optimizations.
All the code is open and a compiled version of the game has been included within the project for quick and easy game testing.
The game might require an up-to-date version of Visual C++ to run so the download link can be found below https://www.microsoft.com/en-us/download/confirmation.aspx?id=30679