A downloadable game for Windows

A simple space shooter, created in pygame as an exercise in creating games. My first game ever, for that matter.

Source code can be found on GitHub.

Assets

Images

Sounds

Fonts

The one and only font used by Star Battles is Exo 2, created by Natanael Gama.


Download

Download
(Windows, x64) Star Battles 1.3.7z 25 MB
Download
(Python) Star Battles 1.3.7z 7 MB

Install instructions

In case of the Windows build: unpack the archive, enter the Star Battles folder and double-click on the __main__.exe file to run.

In case of the Python version: unpack the archive, enter the Star Battles folder, enter the Game folder and run the __main__.py script. (You might need to install the required packages using the pip install -r requirements.txt command before.)