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.
- Host: GitHub
- URL: https://github.com/lazauk/gaming-asteroidhunting
- Owner: LazaUK
- License: bsd-3-clause
- Created: 2023-03-26T21:54:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T21:24:50.000Z (about 2 years ago)
- Last Synced: 2025-01-12T05:11:13.998Z (4 months ago)
- Topics: asteroids, gaming, pygame
- Language: Python
- Homepage:
- Size: 8.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!