Skip to content

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

License

Notifications You must be signed in to change notification settings

JasperLichte/Rainbow-Runner

Repository files navigation

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/Config.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