Skip to content

NathanAuckett/html-typescript-job-candidate-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML/TypeScript Job Candidate Game

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published