https://github.com/restioson/arcade-asteroids
Python arcade library asteroids clone
https://github.com/restioson/arcade-asteroids
Last synced: 6 days ago
JSON representation
Python arcade library asteroids clone
- Host: GitHub
- URL: https://github.com/restioson/arcade-asteroids
- Owner: Restioson
- License: apache-2.0
- Created: 2017-06-04T16:24:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T12:22:56.000Z (over 6 years ago)
- Last Synced: 2025-03-27T07:31:02.568Z (over 1 year ago)
- Language: Python
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arcade-asteroids
Python arcade library asteroids clone

# About
Shooting an asteroid will make its number of sides decrease to the next smallest prime, stopping at 3, where it will stay at 3. Asteroids will bounce, except if their radius is less than 9 pixels, in which case they will fly off the screen and despawn. Your ship's position will wrap (pos % screen dimensions).
# Controls
WSAD or arrow keys to move and space to shoot. You move automatically, but W/Up will speed up your ship and turning.
# Requirements
Requires Python 3.6, Arcade library, and AVBin.
# Credits
To see credits for sounds, look in the comments in the main python file.