#Asteroid Racer#
Asteroid Racer is a tiny avoiding/dodging game written in Python. It uses Pyglet. It can be used as an example project in Game Development with Pyglet. It is the first game I wrote with Python.
#How to run the game?#
./game.py
or
python game.py
#How to play the game?#
You move your spaceship with the left and right buttons. Your main goal is to avoid the asteroids as long as you can. If you hit an astroid, your score goes back to zero.
#What does the game look like?#
If you want to see what the game looks like, here's a screenshot of the gameplay.