/space-game

A simple console-based Space Shooter game built in C++ using basic console manipulation. Move your player, shoot enemies, and rack up points in this fun and lightweight arcade-style game. Perfect for learning fundamental programming concepts and game mechanics.

Primary LanguageC++MIT LicenseMIT

Space Shooter Game 🎮

A simple console-based Space Shooter game developed in C++.

Features 🚀

  • 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.

Instructions 📝

  1. Use the Right Arrow (→) and Left Arrow (←) keys to move the player.
  2. Press the Spacebar to shoot bullets.
  3. Press Esc to quit the game.

Gameplay 🎯

  • The player is represented by ^.
  • Enemies are represented by V.
  • Bullets are represented by ..

game