kiroma / SpaceInvaders

A recreation of Space Invaders in C++ for the functionality and SFML for graphics and audio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceInvaders

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!

Dependancies

  • SFML Version 2.5.0 or higher!
  • C++17 with a supporting compiler!

New Information

  • Implimented an Animation Class, Animation.h and Animation.cpp.
  • Animation is now on the Player.h and Player.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'.

Current Ideas

  • Implimenting Animation to Invaders.

Bug Fixes

  • Fixed Invader, Player, and UFO movements.
  • Fixed Sound and Music functionality.
  • Fixed Minor Bugs

More

About

A recreation of Space Invaders in C++ for the functionality and SFML for graphics and audio.


Languages

Language:C++ 97.0%Language:C 1.8%Language:CMake 1.2%