The game has two stages built around the theme of WINTER. Sometime you are a surfer, and sometime you are a snow ball who should reach a goal.
- Stage 1: You get a snow board with some thrusters. These will help you surf on the snow and earn points. Score at least 5 points before either your fuel expires or you die to get promoted to next level Stage 2.
- Stage 2: You are a snowball who wants to climb to reach to the top position and capture a flag. You can jump, or shoot yourself with a cannon to reach at top. Be aware of the spikes around.
There are three engines in the snowboard as;
- Main engine activated by
Arrow Up Keythat adds forward accleration, - Left thruster activated by
Arrow Right keythat adds acceleration in +ve y axis, and, - Right thruster activated by
Arrow left keythat adds accleration in -ve x axis.
- Press
Space keyorArrow Upto jump, - Use your
Arrow leftandArrow rightkeys to move left and right, - Once, you collide with the cannon, press
Arrow UpandArrow Downkey to adjust the cannon angle and pressSpaceto shoot.
- The game is made completely from scratch, using my own game engine developed during axiom and last week of siege. The game was started this week only.
- Features Immplented;
- Supports passing props when scene is changed same as kaplay,
- Includes
useEffectfunction to properly trigger a function when a dependcy variable is changed, - Minor bug fixes like performing Array operations on set,
- Adds
isKeyDownandisKeyPressedmethod such that, we can check inside theudpatemethod, - Object now can be destroyed using
obj.destroy(), - Use can toggle the visibility of a given object using
engine.visibility.
- The physics resolver is quite buggy, I wanted to introduce the concept of body and handle physics properly. But, my technical ability didn't supported me. I will look at this next time. Maximum of 1 hour was invested. But the code is pushed in another branch. See branch Snow Boarding Physics. For now, I will handle the physics manually through area.
- Press
s key3 times while on main menu, to unlock the stage 2 directly. No need to complete the stage 1.
- Snow Sprites downloaded from https://opengameart.org/content/2d-platformer-snow-pack Tio Aimar @ opengameart.org