Skip to content

Latest commit

 

History

History
104 lines (68 loc) · 3.63 KB

readme.md

File metadata and controls

104 lines (68 loc) · 3.63 KB

Passage


Logo

Passage is retro-inspired mystery role-playing game developed using Phaser 3.

Passage tells the story of awakening alone in an eerie and apparently uninhabited town. Players explore desolate locations left behind by the town's inhabitants, solve intricate puzzles, collect items, and uncover the mystery that is Passage.

_ LogoLogoLogo Watch the Passage Gameplay and Summary!


Passage Gameplay and Summary

Deployed Site Passage:

Check out Passage here!

Prerequisites:

Passage uses this Phaser3 + Parcel template created by Ourcade

You'll need Node.js, npm, and Parcel installed.

It is highly recommended to use Node Version Manager (nvm) to install Node.js and npm.

For Windows users there is Node Version Manager for Windows.

Install Node.js and npm with nvm:

nvm install node

nvm use node

Replace 'node' with 'latest' for nvm-windows.

Then install Parcel:

npm install -g parcel-bundler

Installing Passage:

To install Passage, follow these steps: Fork and clone this repository to your local machine:

git clone [email protected]:2202-capstone-fsa/Passage.git

This will create a folder named Passage. You can specify a different folder name like this:

git clone [email protected]:2202-capstone-fsa/Passage.git
my-folder-name

Go into your new project folder and install dependencies:

cd Passage # or 'my-folder-name'
npm install

Start server:

npm run start

Development Team:

Meet the people who created this project:

License:

MIT License