https://github.com/athari22/spaceinvaders
Classic Space Invaders game using Python Turtle
https://github.com/athari22/spaceinvaders
game python turtle
Last synced: 2 months ago
JSON representation
Classic Space Invaders game using Python Turtle
- Host: GitHub
- URL: https://github.com/athari22/spaceinvaders
- Owner: Athari22
- Created: 2025-07-08T18:34:22.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-08T18:35:30.000Z (3 months ago)
- Last Synced: 2025-07-08T19:46:31.566Z (3 months ago)
- Topics: game, python, turtle
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Invaders (Python Turtle)
A simple recreation of the classic Space Invaders game using Python Turtle.
## 🎮 Demo

## Features
- Player ship that moves and shoots
- Multiple rows of alien invaders
- Bullet collision detection
- Victory and Game Over messages## Controls
- ← Move Left
- → Move Right
- Spacebar to Shoot## Run
```bash
python main.py