A simple console-based Space Shooter game developed in C++.
- Move the player left and right using the arrow keys.
- Shoot bullets to destroy incoming enemies.
- Enemies move downward and generate randomly over time.
- Game over if an enemy reaches the player's position.
- Score increases as you destroy enemies.
- Use the Right Arrow (→) and Left Arrow (←) keys to move the player.
- Press the Spacebar to shoot bullets.
- Press Esc to quit the game.
- The player is represented by
^. - Enemies are represented by
V. - Bullets are represented by
..