Go to file
2022-04-11 22:36:56 -04:00
.vscode Simple Main Menu 2022-04-02 00:02:24 -04:00
dist add story draft 2022-04-11 22:36:56 -04:00
public fix: change name xinyu xu to renge 2022-04-09 01:00:06 -04:00
src add story draft 2022-04-11 22:36:56 -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 fix: wrong format of forest template 2022-04-06 18:01:23 -04:00
package.json fix: wrong format of forest template 2022-04-06 18:01:23 -04:00
readme.md fix: change name xinyu xu to renge 2022-04-09 01:00:06 -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, Renge

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