ShatteredSword/readme.md

18 lines
833 B
Markdown
Raw Normal View History

2022-04-02 01:07:58 -04:00
# Shattered Sword
CSE380 2D Game Design Project, Spring 2022
## Deployed site
:link: [shattered-sword.firebaseapp.com](https://shattered-sword.firebaseapp.com)
2022-04-14 13:57:59 -04:00
:link: [https://shattered-sword.firebaseapp.com/benchmark1](https://shattered-sword.firebaseapp.com/ShatteredSwordGameDesignDocument.html)
2022-04-02 01:07:58 -04:00
<div style="text-align: left"><img width='500' alt='Shattered Sword' src='./public/GUI/Logo.png'></div>
## About our team
2022-04-09 01:00:06 -04:00
Henry Chen, Kelly Peng, Renge
2022-04-02 01:08:54 -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).