Skip to content

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

Notifications You must be signed in to change notification settings

kiroma/SpaceInvaders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • C 1.8%
  • CMake 1.2%