Skip to content

odCat/asteroids

Repository files navigation

Asteroids

This is clone of the classic Asteroids game using Pygame and object-oriented programming concepts.

Prerequisites

Python 3.10+

Quick start

First, create a virtual environment:

python -m venv venv

Activate the virtual environment:

source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the game:

python main.py

Screenshot

image

TODO

  • Add edges so objects come back into view when leaving the screen
  • Make the bullet look like a line
  • Add lifes

Contributing

If you want more features please contact me. Or if you want to contribute fork the repo and open a pull request.

About

The asteroids game made in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages