Go to file
OfficialCHenry ff133c4a65 Simple Main Menu
added for now - make prettier later
2022-04-02 00:02:24 -04:00
.vscode Simple Main Menu 2022-04-02 00:02:24 -04:00
dist fix: added assets of shattered_sword 2022-04-01 18:43:59 -04:00
src Simple Main Menu 2022-04-02 00:02:24 -04:00
.gitignore fix: added assets of shattered_sword 2022-04-01 18:43:59 -04:00
gulpfile.js initial commit 2020-08-03 16:51:20 -04:00
package-lock.json feat: implemented Localstorage manipulation and config and save 2022-04-01 18:25:57 -04:00
package.json feat: implemented Localstorage manipulation and config and save 2022-04-01 18:25:57 -04: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).