This project was created as a job candidate project.
This was my first time making a game in JavaScript/Typescript and HTML5 Canvas.
The game runs entirely through the HTML5 canvas.
No frameworks or game engines have been used.
All code is written by me.
Graphics are examples provided by the company.
The game uses a custom component based system to manage game objects.
All game objects are "Components" and extend off the same Class for consistency and ease of implementation.
A Game Manager Class tracks and updates each component in the game, in order; providing control of depth and execution order.
You can play the game on github pages, here: https://nathanauckett.github.io/html-typescript-job-candidate-game