Go to file
2020-11-04 14:03:52 -05:00
src added pathfinding and ai factories, split layers, and made fixes to other factories 2020-11-04 14:03:52 -05:00
.gitignore initial commit 2020-08-03 16:51:20 -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 initial commit 2020-08-03 16:51:20 -04:00
readme.md initial commit 2020-08-03 16:51:20 -04:00
tsconfig.json reworked physics system 2020-10-25 17:46:43 -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).