Skip to content

RAIZ44/SpaceShooter

Repository files navigation

Mini Space Shooter Game

Description

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.

Features

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

Requirements

  • .NET Framework 4.7.2 or later
  • Windows 7/8/10

Installation

  1. Clone the repository: git clone https://github.com/yourusername/minispaceshooter.git
  2. Open the solution in Visual Studio.
  3. Build the solution to fetch the necessary NuGet packages.
  4. Run the game from Visual Studio or from the built .exe file.

Controls

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages