Id of the Canvas HTMLElement
Id of the FPS Counter HTMLElement
Heads-up display GameHUD to relay info to the user.
Mocked navigator for unit testing.
Mocked canvas for unit testing.
Mocked window for unit testing.
Only for testing and mocking purposes. This is only used if ran from Node (Jasmin)
Game instance to be overwritten.
Sets up the GameLoop. If you were looking for the core gameloop, well, this is it.
Here we set what happens in a frame (or rather, game tick).
Generated using TypeDoc
Runs the Game and entry point of the game logic