Hi there!
This is a game I worked on following subconciousbias's SFML game development series, I'm really happy with the result and have officially signed this project off. I'm fairly new to programming and would love to hear what the community has to say about my code, mind you, it might be a case of spaghetti code, but I will learn over time
Also, since I really enjoyed following this series, I was wondering if the community has recommendations to similar programming project series, I would love to be able to follow along and learn new things along the way. I'm an electrical engineering undergrad, who's newly developing a taste for code lol.
Here's the source code:
https://github.com/ArkFreestyle/First-C-Game-Showcase-When you download the source code, please make sure you run the project file (.cbp) so that all the relevant classes are automatically loaded in your IDE (I used codeblocks).
SPACE BAR = Fire projectiles;
E = Enemy Spawning (this was just for initial testing purposes)
As well as a video explanation:
EDIT: I apologize in advance if my posting format is incorrect, or if there's another preferred way of sharing code (this is my first forum post), but please do let me know and I'll adjust accordingly. Thanks!