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

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

Awesome Lists containing this project

README

          

# arcade-asteroids
Python arcade library asteroids clone

![Screenshot](https://i.imgur.com/MlZTOFx.png "Screenshot")

# 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.