This is a simple HTML 5 canvas and JavaScript game made for the university’s 2d graphics module. It features a scene graph for composing the scene, transformations using matrices, simple collision system, inheritance for creating game objects easily, sprite sheets, frame-independent movement.

The game is really simple to play, in the splash screen use arrow keys to select your character the press space to start. Once in the game use the arrow keys to dodge any enemy and try to land on the platforms.

You can play the game here.