A Python version of the classic arcade game Asteroids, originally developed and published by Atari in 1979. The game was designed by Lyle Rains and Ed Logg.
Clone the repository and build the project using make:
git clone https://github.com/alnah/py-asteroids.git
cd py-asteroids
sudo make
Run the game with:
asteroids
Use the following controls to play the game:
- Space: Shoot
- Up: Move Up
- Down: Move Down
- Left: Rotate Left
- Right: Rotate Right