Skip to content
This repository was archived by the owner on Dec 24, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 989 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 989 Bytes

SpaceJam

Boo scripts for Unity3D side-scrolling space shooter.

Live link.
(Unity Web Player required; please use Firefox or Safari.)

SpaceJam was created using the Boo programming language on the Unity 3D engine in March 2013. In writing this code, I taught myself the principles of object oriented programming as required to build a functional game in as small a time-frame as possible. I should note, therefore, that the quality of this code is not optimal, and reflects the abilities of a self-taught programmer just starting out.

With no prior knowledge of Unity 3D or OOP, I completed the demo above in a little over three weeks, with various detours and explorations of the engine along the way.


Future refactoring and possible additions:

  • Merge classes for various asteroid types
  • Refactor for better encapsulation and general aesthetics
  • Add level-ending mechanism or some completion objective