$5+

Commented source code of "Helix Fall" HTML5 game

I want this!

Commented source code of "Helix Fall" HTML5 game

Commented source code of Helix Fall HTML5 game powered by Three.js and written in TypeScript.

Helix Fall is my take on Helix Jump game, a 3D hyper casual game.

You can play the game at this link.

By getting this game, you will learn how to:

  • Install a Vite Three.js project with all dependencies. Do not what I am talking about? There's a free guide to get you started.
  • Create a Three.js project.
  • Scale and resize the game to fit in any window.
  • Create a 3D scene with camera and ligths.
  • Create and add 3D objects to a scene.
  • Group 3D objects into one big object.
  • Detect collisions using trigonometry.
  • Move the camera to follow an object.
  • Handle user input from keyboard, mouse or touch.
  • Tween object using GSAP library.
  • Play sounds using howler.js library.
  • Use CSS to create game menu and animated background.

Note: this is game 005 of the 101 games challenge.

$
I want this!

You'll get the Three.js Vite project with source code and game assets