Space Invador is a console based game. This game is completely made in C++ using all the Object Oriented Programming concepts i.e. Inheritance, Polymorphism, Overriding,
There are total 4 Enemy SpaceShips we have to destory all of these four ships using limited amount of Bullets
If our ship got hit by three bullets or if bullents ran out then it'll be GAME OVER
If destory all the four ships then it'll be YOU WON