Go to file
2022-04-02 21:07:53 -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
public added public folder from main branch 2022-04-02 21:07:53 -04:00
src Update MainMenu.ts 2022-04-02 13:42:12 -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 Update readme.md 2022-04-02 01:08:54 -04:00
tsconfig.json restructured project, added default scene, fixed viewport bug 2021-02-02 18:24:57 -05:00

Shattered Sword

CSE380 2D Game Design Project, Spring 2022

Deployed site

🔗 shattered-sword.firebaseapp.com 🔗 https://shattered-sword.firebaseapp.com/benchmark1

Shattered Sword

About our team

Henry Chen, Kelly Peng, Xinyu Xu

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).