Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.07 KB

asteroids

This is a clone of Asteroids that I made in early 2013 as part of a University course.

To toot my own horn for a moment, it earned me top of the class, and in the following year, top prize in a game development competition - which included a trophy and a sweet $700 AUD.

No guarantees that it still compiles just yet - I'll eventually get around to establishing a release process for the game.
Honestly, not even sure it works on Windows 10...

Enjoy!
- SpiltCoffee

Requirements

Windows

Building

  • Clone the repository, then:
    • Run ./build.sh (program will be output into ./out/), OR
    • Run ./run.sh (runs ./build.sh first, then executes)

Screenshots

Asteroids Screenshot #1

Asteroids Screenshot #2