Go to file
2022-03-31 20:52:05 -04:00
dist added support for changing volume of audio 2021-04-02 17:14:39 -04:00
src init: initializr base code 2022-03-31 20:52:05 -04:00
.gitignore fix for webGL rendering on main 2022-02-15 14:07:44 -05:00
gulpfile.js initial commit 2020-08-03 16:51:20 -04:00
package-lock.json Update package-lock.json 2021-10-12 18:53:08 -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).