Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 365 Bytes

T-Rex Game in 3D

A Chrome T-rex game remake using javascript and threejs.

Build the code

Make sure you have node 12+ installed: https://nodejs.org/en/download/

  • Install all dependencies by npm i or yarn if you have yarn installed.
  • Run demo locally: npm start
  • Build the whole demo into /docs folder: npm run build