Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Retro Space Invaders

A fun and simple 2D shooting game made with Python and Pygame.
Play as a fighter plane and take down the invading alien ship before it gets you!


🎮 How to Play

  • Move Plane:
    Arrow Keys to move (↑ ↓ ← →)

  • Shoot Bullets:
    Spacebar to fire

  • Goal:
    Hit the alien ship before it hits you. Avoid enemy bullets!


🕹 Features

  • Player-controlled plane with shooting
  • Alien ship that moves and shoots on its own
  • Explosion effects and collision detection
  • Custom sound effects
  • Background environment

📁 Folder Structure

RetroSpaceInvaders/
│
├── Can_Game_Main.py
├── Can_Game_Functions.py
│
├── Images/
│   ├── City.jpg
│   ├── alien_ship.png
│   ├── explosion.png
│   ├── lake.jpg
│   └── plane.png
│
├── Sounds/
│   ├── Explosion.wav
│   ├── Plane_Sound_Can.wav
│   └── Shoot.wav
│
└── __pycache__/

⚙ Requirements

  • Python 3.x
  • Pygame

Install Pygame using:

pip install pygame

▶ Run the Game

python Can_Game_Main.py

About

Retro Space Invaders Game with Python (PyGame)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages