A recreation of Space Invaders in C++/SFML. Consisting of Aliens, UFO's, Player, Sounds, States, and more! Enjoy! P.S., this is not a good version of the actual game and there are many bugs, but this is at least a good start!
- SFML Version 2.5.0 or higher!
- C++17 with a supporting compiler!
- Implimented an Animation Class,
Animation.h
andAnimation.cpp
. - Animation is now on the
Player.h
andPlayer.cpp
class. - Removed Player code from
PlayingState.cpp
and implimented it into the Player class. - Added the ability for the user to go back to the Main Menu without having to win or lose, just press 'R'.
- Implimenting Animation to Invaders.
- Fixed Invader, Player, and UFO movements.
- Fixed Sound and Music functionality.
- Fixed Minor Bugs
- Youtube Channel » www.YouTube.com/LegitMegaWalls-52
- Youtube Video of Creating Game » https://www.youtube.com/watch?v=aUVq3uuxbTM&t=20s
- Github » https://github.com/LegatLastAbyssWalker