/AmongDuck-HelloWorld

Just a phaser games on HelloGoose project.

Primary LanguageJavaScript

AmoungDuck (HelloWord)

Project assets

Scene Arrangement

MainMenu -> CutScene1 (StoryLine) -> CutScene2 (StoryLine) -> Temple -> 
CutScene3 (Tutorial) -> Delivery -> Temple -> PathSelection -> 
CodePath / DesignPath -> Ending -> Summarzie

Setup

You’ll need to install a few things before you have a working copy of the project.

1. Install node.js and npm:

https://nodejs.org/en/

2. Install dependencies (optionally you could install yarn):

Run:

npm install

or

yarn

3. Run the development server:

Run:

npm run dev

or

yarn dev

Build for deployment:

Run:

npm run deploy

or

yarn deploy