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

https://github.com/devsaifur/asteroids

Simple asteroids game
https://github.com/devsaifur/asteroids

python

Last synced: over 1 year ago
JSON representation

Simple asteroids game

Awesome Lists containing this project

README

          

# Simple Astroid game in Python

This is a simple asteroid game written in Python using the Pygame library.

## How to run

1. Install Python 3.x
2. Install Pygame
3. Run `python src/main.py`

## How to play

Use the arrow keys to move the player and shoot with the space bar.

![Screenshot](images/screenshot.png)