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.
_ Watch the Passage Gameplay and Summary!
Passage Gameplay and Summary
Check out Passage here!
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
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
Meet the people who created this project: