https://github.com/ripred/galaga
https://github.com/ripred/galaga
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ripred/galaga
- Owner: ripred
- License: mit
- Created: 2025-05-24T23:05:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T22:19:52.000Z (about 1 year ago)
- Last Synced: 2025-06-17T19:04:39.054Z (about 1 year ago)
- Language: Python
- Size: 10.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Galaga Clone
This simple clone of the classic Galaga arcade game uses sprite assets found in
`space_starter_kit`. Additional spaceship graphics from `SpaceShipsPack-AntuZ`
are loaded for the enemy fleet, providing more variety. This version tracks your
remaining lives, shown as small ships at the bottom of the screen and now keeps
score for each enemy you destroy. Waves of enemies become progressively harder
and the current wave number is displayed in the top right corner. You start with
three ships in total. Run it with:
```bash
python3 galaga.py
```
The current score is shown in the top left corner of the game window.