Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 644 Bytes

README.MD

File metadata and controls

21 lines (14 loc) · 644 Bytes

alt text

v0.1.3

A jump 'n run game written in TypeScript and PHP using ThreeJs

Demo

lichte.info

Installation:

After running npm i, fire up npm run build to start the compilation.

Development:

  • Make sure you set the PRODUCTION flag to false in server/base/config/env.php
  • Run npm run watch-ts to listen for changes in the TypeScript code
  • Run npm run watch-sass to listen for changes in the Sass code

Contributors