Skip to content

Action-packed fun in space! (one to four players)

Notifications You must be signed in to change notification settings

tobiasanhed/Starburst

Repository files navigation

What is Starburst?

Starburst is an action-packed 2.5D party game. It features local split-screen multiplayer for up to four players, advanced physics with great-looking particle effects, 3D aspects with amazing lighting as well as challenging AI players!

About the Game

The game was developed as a school assignment over the course of four weeks, by five comp.sci. students. Everything is written from the ground up; physics, rendering, sound, particles are all developed as part of this project and no third party software components were used.

Using XNA was part of the assignment, although we did not utilize it further than as a wrapper for rendering. All game mechanics were implemented in C# by the development team.

Prerequisites

  • Windows 7 (or newer)
  • DirectX 11.0
  • Python 2.7 (for building the game from sources)

Building from Source Code

  1. Clone this repository by typing git clone https://github.com/philiparvidsson/Starburst.git.
  2. Chdir into the Starburst directory.
  3. Type python make.py.
  4. Run Starburst.exe in the bin directory.

Or, copy this and run it to download, build and run the game:

git clone https://github.com/philiparvidsson/Starburst.git && cd Starburst && python make.py all run

Installing the Game

not yet available - build the game from source code instead

Gameplay Trailer

Starburst Gameplay Trailer

Features

  • Local multiplayer with up to four players
  • Real-time physics
  • Amazing particle effects
  • Lighting effects
  • Several different game modes for endless fun
  • Challenging AI

Development Team

  • Philip Arvidsson - Core engine and physics - philiparvidsson
  • Martin Bergqvist - Core engine - Tkocz
  • Christoffer Olsson - Design and UI - crippa9
  • Tobias Öhrström - Audio system/design - tobohr
  • Tobias Ånhed - Level design and gameplay mechanics - tobiasanhed

About

Action-packed fun in space! (one to four players)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages