top of page

July 2017 - October 2017 : Published to itch.io

Enter Space

This is a personal project that I worked on while searching for a job. In this game you control a ship to destroy waves of enemies. At the end of every 2 waves a shop appears and you can use it to upgrade your ship. I created this mostly for the experience and to help give me something to work on and keep my skills in check as well as to learn new skills.

What I Have Done

  • Object Container System (Keeps track of dead and alive game objects so that I don't have to call new during run time)

  • Projectile Management (Due to there being 10's of ships all firing many bullets you cannot call new during run time and even if you could it is not good practice to call new unless you are loading a level or streaming your object in, same goes for spawning ships)

  • Simple AI

  • UI Design

  • Input Manager

bottom of page