8000 GitHub - Nate-Mina/spaceshooter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nate-Mina/spaceshooter

Repository files navigation

Space Invaders - Python Game

A simple Space Invaders-style arcade game built with Pygame. Control your spaceship, shoot down waves of enemies, collect power-ups, and try to achieve the highest score!

Features

  • Classic arcade gameplay: move, shoot, and dodge
  • Power-ups: rapid fire, shield, and extra lives
  • Animated explosions and starfield background
  • Score and lives tracking

Controls

  • Arrow keys: Move your spaceship (left, right, up, down)
  • Spacebar: Shoot bullets

How to Install and Run

  1. Install Python (if not already installed)
  2. Install Pygame
    • Open a terminal/command prompt and run:
      pip install pygame
      
  3. Download the game files
    • Ensure all files (main.py, player.py, enemy.py, bullet.py) are in the same folder.
  4. Run the game
    • In the terminal, navigate to the folder containing the files and run:
      python main.py
      

Enjoy blasting enemies and chasing high scores!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0