CSE380/hw4
2022-05-23 06:00:37 -04:00
..
dist init repo 2022-05-23 06:00:37 -04:00
src init repo 2022-05-23 06:00:37 -04:00
.gitignore init repo 2022-05-23 06:00:37 -04:00
gulpfile.js init repo 2022-05-23 06:00:37 -04:00
package-lock.json init repo 2022-05-23 06:00:37 -04:00
package.json init repo 2022-05-23 06:00:37 -04:00
readme.md init repo 2022-05-23 06:00:37 -04:00
tsconfig.json init repo 2022-05-23 06:00:37 -04: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).