Space Wars
API: SFML v2.3
My Role: Everything (Programming and Art)
Team Size: none
Download Demo: Click Here
Source Code: Click Here
Description
This was my very first game that wasen't a text based game. A pixel game inspired by Galaga using a 2D Graphics API called SFML. The game was programmed in C++ fully using OO based programming.
At the time of making this game I had never used a game engine and so Programming was relatively new to me. I was able to pick it up very quickly and started making text based games then later used SFML to make games with proper graphics. I learned C++ first in order to find future languages straight forward since C++ is the hardest. The game doesnt use any advanced programming and unlike Knights Journey I did not create a mini engine for it. Many of my mechanics were not reusable and hard coded but it was a very good project for me to learn harder C++ and start fully using OO programming
The download links above include the exe for playing the game and the source code. If downloading the source code you will need SFML v2.3 for intellisense to recognize my code.