top of page

Rocket Boost
​
Click here to play the game!

Rocket Boost is a 2D action game where the goal of the game is to get to the goal without hitting walls or any obstacles that get in the way. If the player gets hit the level will restart and the player must try again to complete the level.

Level Designs

Player Movement Code

This code dictates how the player moves within the game.

Collision Handling Code

This code handles how the player object reacts when it collides with other game objects.

Oscillator Code

This Code handles how game objects besides the player moves within the level.

bottom of page