Skip to content

A recreation from scratch of the classic arcade game. Uses Python 3 and pygame

License

Notifications You must be signed in to change notification settings

torinman/python-asteroids

Repository files navigation

Python Asteroids

A recreation from scratch of the classic arcade game. I've never actually played the original game, so have based this on youtube videos and talking to people who have played it

Game keys used are either Q for thrust, A for shoot and OP for rotation or Up for Thrust, Space for shoot and Left,Right for Rotate. H for hyperspace jump

The program requires PyGame and Python 3

Sound files all created by Torin Stephens

Tested and developed under PyGame 2.0.0 and Python 3.8.5 (Verified on 3.9 )

Copyright (C) 2020-21 Torin Stephens

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Collision detection code by Nick Redshaw https://www.pygame.org/wiki/IntersectingLineDetection

Orbitron Free Font by Matt McInerney

Enjoy!

About

A recreation from scratch of the classic arcade game. Uses Python 3 and pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages