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
- Host: GitHub
- URL: https://github.com/devsaifur/asteroids
- Owner: devSaifur
- Created: 2024-11-04T16:26:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T20:51:35.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:20:35.315Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
