Skip to content

WoutHofstra/asteroidsGame

Repository files navigation

asteroidsGame

Asteroids gameplay

Hi!

This is one of the first python projects I have made
This project made use of a lot of OOP, and we used a fair bit of math for all the movement.

Python and pygame need to be installed for it to work!

To install python and pygame:

sudo apt update
sudo apt install python3 python3-pip

and:

python3 -m pip install pygame

or:

pip3 install pygame

To start:

python3 main.py

Then to play, use wasd to move, and spacebar to shoot, have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published