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

https://github.com/lazauk/gaming-asteroidhunting

Building first arcade game with PyGame package.
https://github.com/lazauk/gaming-asteroidhunting

asteroids gaming pygame

Last synced: 3 months ago
JSON representation

Building first arcade game with PyGame package.

Awesome Lists containing this project

README

        

# Python Gaming: Asteroid Hunting

- Adapting and adopting great [PyGame tutorial](https://coderslegacy.com/python/python-pygame-tutorial/) to build our (me + FT) first game with PyGame package.
- Audio effect files are sourced from the MixKit site under the [Mixkit Sound Effects Free License](https://mixkit.co/terms).
- Images created by DALL-E model in [Bing](https://www.bing.com/)

# Game Launch
To start the game, run
```
python Asteroid_game.py
```
Navigation is controlled by the Left and Right move keys. Enjoy!

![Thumbnail](/images/Game_Thumbnail.png)