It's simple console Space Invaders Game written using Oriented Object Programming C++ and Standard Template Library C++. I wrote this simple game to learn basics of OOP C++ and STL. I know it's looks terrible.
- Download 'src' folder
- Open console 'CTRL+ALT+T' (on Ubuntu)
- Go to 'src' folder with game using 'cd'
- Run 'g++ *.cpp -o space_invaders'
- Run './space_invaders' file
- A - left move
- D - right move
- Spacebar - shot