From 4c89d53483cdb967a758aff164809c96ffff1054 Mon Sep 17 00:00:00 2001 From: OfficialCHenry <71033061+OfficialCHenry@users.noreply.github.com> Date: Sat, 2 Apr 2022 01:08:54 -0400 Subject: [PATCH] Update readme.md --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 20b51a3..cea1aec 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,3 @@ -# 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). - # Shattered Sword CSE380 2D Game Design Project, Spring 2022 @@ -15,3 +8,10 @@ CSE380 2D Game Design Project, Spring 2022 ## 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).