Skip to content

Infiland/OpenSS2

Repository files navigation

Space Shooter 2

This game is a predecesor to Asteroids ++, and was made before The Colorful Creature. It is very buggy, very bad code, so I decided to open source it, I will just maintain code to work on the recent engine.

How to Compile, Test and Develop Space Shooter 2:

Note: While other IDE's are possible to use, developing SS2 is preferable using the GameMaker IDE. Here are basic instructions on how to successfully run the game

  1. Download the latest version of GameMaker (2024.6) Official Site: https://gamemaker.io/en Steam: https://store.steampowered.com/app/1670460/GameMaker/
  2. Clone this repository https://github.com/Infiland/OpenSS2
  3. Open the project in GameMaker from where you cloned it.
  4. Click 'Run' or press F5 in GameMaker to test the game

You can also do live debugging in GameMaker (F6), read more here: https://gamemaker.io/en/tutorials/debugger

How to make changes in SS2

  1. Make your local branch so that no conflicts happen
  2. Make a change and commit
  3. Do a pull request