Skip to content

Architecture and Technology

jas-singh-code edited this page Apr 5, 2021 · 1 revision

The following is a list of technologies used in this project:

  1. Javascript -for game logic and DOM minipulation.
  2. HTML5 & Canvas -for effects rendering & 2d objects/backgrounds.
  3. three.js -for rendering 3d objects.
  4. Webpack -for bundeling js files

Architechture: Canvas.js file will be used to create logic for changing dynamics of surfaces and 2d objects and puzzles as well as effects when a user solves their puzzle. animate.js file will be used to create 3d objects and simple logic for how they will interact with the DOM.

Clone this wiki locally