generated from mrcjbradley/js_project_skeleton
-
Notifications
You must be signed in to change notification settings - Fork 1
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:
-
Javascript
-for game logic and DOM minipulation. -
HTML5
&Canvas
-for effects rendering & 2d objects/backgrounds. -
three.js
-for rendering 3d objects. -
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.