Go to file
2022-05-23 05:49:31 -04:00
.vscode Simple Main Menu 2022-04-02 00:02:24 -04:00
dist fix: remove vertical room 2022-05-23 05:49:31 -04:00
public fix: bugs 2022-05-23 05:40:11 -04:00
src fix: bugs 2022-05-23 05:40:11 -04:00
.gitignore update gitignore for firebase 2022-04-13 10:25:22 -04:00
firebase.json firebase deployment for benchmark3 2022-04-25 23:57:13 -04:00
gulpfile.js adjustment for benchmark 2 deployment 2022-04-12 00:08:57 -04:00
package-lock.json adjustment for benchmark 2 deployment 2022-04-12 00:08:57 -04:00
package.json adjustment for benchmark 2 deployment 2022-04-12 00:08:57 -04:00
readme.md fix: bugs 2022-05-23 05:40:11 -04:00
tsconfig.json adjustment for benchmark 2 deployment 2022-04-12 00:08:57 -04:00

Shattered Sword

CSE380 2D Game Design Project, Spring 2022

Deployed site

🔗 shattered-sword.firebaseapp.com

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

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

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