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

https://github.com/jamesn-dev/asteroid-pygame


https://github.com/jamesn-dev/asteroid-pygame

Last synced: 10 days ago
JSON representation

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