Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 600 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 600 Bytes

BracketEngine

A Three.js based game engine image

Installation

  1. Download Node JS https://nodejs.org/en

  2. Clone or download the zip

  3. Run start.bat

Programming

Main game loop logic is found in program.js.

For engine functions, reference engine.js

UI can be modified in the UI folder

Build Instructions

Windows

  1. Run npm run dist-win

Useful Resources

Three.js: https://threejs.org/docs/

Cannon-es Physics Engine: https://pmndrs.github.io/cannon-es/docs/index.html