A downloadable game for Windows, macOS, and Linux

Instructions

This is Liberty Space Battle!

Command your ship and destroy the enemy pilot before he/she destroys you!

Mechanics

  • Shoot the enemy pilot three times to win.

Installation Instructions:

This program requires Simple Direct Media Layer 2 (SDL2), and also SDL2_image and SDL2_mixer.

Linux Users:

1. Download and unzip LibertySpaceBattle.zip

2. Open a terminal

3. Run following commands:

cd LibertySpaceBattle
chmod 755 install_dependencies.sh
sudo ./install_dependencies.sh

4. Run the game:

./liberty_space_battle

Windows

The Windows build ships with all needed dependencies, so you should not need to install anything.

1. Download and unzip LibertySpaceBattle_windowsx64.zip.

2. Enter the uncompressed directory, and double click liberty_space_battle.exe.

Security features such as Smart Screen and/or Microsoft Defender may warn against running this executable. This program is completely safe to run and the source code is publicly available if you would like to validate the program is free of malware.

You may also see anti-virus scan results at VirusTotal.

MacOS

Download and unzip Liberty Space Battle.

Open a terminal and run the following commands:


cd LibertySpaceBattle
chmod 755 install_mac_dependencies.sh
./install_mac_dependencies.sh

4. Run the game:

./liberty_space_battle

Build program from source code

See the project GitHub repository for instructions on building from source code.

https://github.com/bluesentinelsec/LinuxGameJam2022

This software respects your liberty

  • No microtransactions
  • No data collection
  • No advertisements
  • No DRM

  • You may use this software however you wish

  • You may read and change the source code
  • You may share your changes with anyone

This project was created with free software

  1. Programming: VS Codium, Vim, Make, gcc, clang
  2. Artwork: Gimp
  3. Sound: SFXR
  4. Music by Juhani Junkala at Open Game Art

Download

Download
LibertySpaceBattle_MacOS_Intel_x86_64.zip 13 MB
Download
LibertySpaceBattle_MacOS_ARM.zip 13 MB
Download
LibertySpaceBattle_Ubuntu.zip 13 MB
Download
LibertySpaceBattle_Fedora.zip 13 MB
Download
LibertySpaceBattle_windowsx64.zip 15 MB

Comments

Log in with itch.io to leave a comment.

The game has been updated to correctly scale on lower resolution displays as of May 8th 2022.

Nice game, simple and fun... however the resolution was very high and i could only see half the screen, i won eventually won though.

Thanks for playing, and apologies for the screen resolution issue. The game is 1920x1080 resolution by default. May I ask what your screen resolution is? I’ll try testing on smaller and larger resolutions to see if I can reproduce your issue.

yeah sure mate, it's 1366*768. running Linux Mint. best of luck!