An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Space Invaders (Python Turtle)

A simple recreation of the classic Space Invaders game using Python Turtle.

## 🎮 Demo

![Space Invaders Game Demo](screenshot.png)

## 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