Skip to content

EnsignPayton/GalacticHero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galactic Hero

Galactic Hero is an arcade-inspired 2D action shooter based on Daniel Remar's Hero, precursor to the fantastic Hero Core. All assets are either created by me or taken from Hero or Hero Core's GameMaker source code, found here.

image

Running

This project is written for the free version of Unity 2017.3.1f1. You'll need Unity installed of that version or higher. With Unity installed, just open Level 1 and you should be good to go.

Script Design

Scripting on this project was parially an excercise on inheritance. All scripts which can be added to a GameObject inherit from Script, which wraps MonoBehaviour in a nice OOP way. From here, all objects that can move and have a health total derive from Entity.

About

A Hero-inspired class project in Unity

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages