Go to file
2021-04-02 17:14:39 -04:00
dist added support for changing volume of audio 2021-04-02 17:14:39 -04:00
src added support for changing volume of audio 2021-04-02 17:14:39 -04:00
.gitignore fixed some bugs and added destroy() methods 2021-03-18 17:28:05 -04:00
gulpfile.js initial commit 2020-08-03 16:51:20 -04:00
package-lock.json initial commit 2020-08-03 16:51:20 -04:00
package.json restructured project, added default scene, fixed viewport bug 2021-02-02 18:24:57 -05:00
readme.md initial commit 2020-08-03 16:51:20 -04:00
tsconfig.json restructured project, added default scene, fixed viewport bug 2021-02-02 18:24:57 -05:00

Game Engine

How to transpile and run

Start gulp by just running gulp in the console. Start the code by running dist/main.js with Web Server for Chrome or a similar product. Anytime you save, gulp should recompile the code automatically.

Setup follows [this helpful guide from TypeScript] (https://www.typescriptlang.org/docs/handbook/gulp.html) (Up through Watchify).