/swingstar

Swingstar is a 2d arcade game built in Unity.

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

Swingstar

Swingstar is a simple, fast paced 2d arcade game. The objective of the game is to use a rope-swinging mechanic to progress as far through the cave as possible. Swinging faster will increase your point multiplier.

demo

Credits

  • Programming, Game Design and Sound: Nic Barker
  • Music: Joe Pfeffer
  • Art: ??? (It was done by a contracter a long time ago, who's name I can no longer find 😖)

Build

Swingstar is built in the Unity game engine, using C# for the scripting. The game is split across 4 scenes - the intro, the main menu, the tutorial screen and the main game. I didn't see any point adding functionality to return to the main menu after you've started the game, as everything in the main menu is still accessible from the "Game Over" screen.

The crystal smashing mechanic when you hit something is implemented with the awesome Unity-2D-Destruction package.

Releases

Swingstar uses the GNU AGPL v3 license. Long story short, do whatever you want with it, but whatever you create also needs to be GNU AGPL3, and you need to give credit back to this original repo. Have fun 🙂