Starfield - Pygame

Simple starfield program created with pygame!

Usage

To run, first make sure pygame is installed:

pip install pygame

Then, run the program:

python starfield.py

Custom Resolutions

For a custom resolution, use the following format as an argument: "1000x800" For example:

python starfield.py 1000x800

Make sure to use the above format or the default resolution will be used.