https://github.com/jamesn-dev/asteroid-pygame
https://github.com/jamesn-dev/asteroid-pygame
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesn-dev/asteroid-pygame
- Owner: JamesN-dev
- Created: 2025-05-26T22:33:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T01:15:35.000Z (about 1 year ago)
- Last Synced: 2025-06-27T18:41:56.169Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asteroid Game
A simple Asteroids-style arcade game built with Python and Pygame.
## Feat:
- Move and rotate your ship with W,A,S,D or left, right, up, down arrows.
- Shoot bullets with SPACEBAR to destroy asteroids
- Basic collision detection
- Game over when you crash
Run with python main.py