Project Overview
A top-down arcade multidirectional shooter game made using PixiJS. The player is a spaceship stuck inside of a "zone". The spaceship is constrained by the zone, but they may move it by bumping into the sides of it. The goal is to get the enemies inside of the zone so that the player may shoot them.
My Contributions
Worked with the PixiJS API to create a web game experience. I coded the whole project myself. Created custom enemy AI for the player to shoot at, added custom physics, and created an active/inactive system for the enemies and bullets.