Mini Space Shooter is a fun and exciting space-themed shooting game developed in C#. The game features a spaceship controlled by the player, whose mission is to destroy incoming enemy spaceships and asteroids.
- Player Spaceship: Control a spaceship with keyboard inputs.
- Enemy Spaceships and Asteroids: Face off against various types of enemy spaceships and asteroids.
- Scoring System: Earn points for each enemy spaceship or asteroid destroyed.
- Health System: Player spaceship has a health bar which decreases when hit by enemy fire or asteroids.
- .NET Framework 4.7.2 or later
- Windows 7/8/10
- Clone the repository:
git clone https://github.com/yourusername/minispaceshooter.git
- Open the solution in Visual Studio.
- Build the solution to fetch the necessary NuGet packages.
- Run the game from Visual Studio or from the built .exe file.
- Move Up: 'W' or Up Arrow
- Move Down: 'S' or Down Arrow
- Move Left: 'A' or Left Arrow
- Move Right: 'D' or Right Arrow
- Shoot: Spacebar