Star Battles
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
- Background: Rawdanitsu.
- Explosions, bonuses: Skorpio.
- Shields: Bonsaiheldin.
- Bullets, bombs, player's ship, enemies' ships: UnLuckY Studio.
- Cursor: aroche.
Sounds
- Music: Punch Deck.
- Bullets, bombs: Michel Baradari.
- Other sounds: The Sonniss GameAudioGDC Bundle 2018.
Fonts
The one and only font used by Star Battles is Exo 2, created by Natanael Gama.
Status | Prototype |
Platforms | Windows |
Author | Beny Synakiewicz |
Genre | Shooter, Action |
Tags | 2D, Arcade, Singleplayer, Space, Top-Down, Top down shooter |
Download
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.)