The Adventure Console is a portal to distant worlds, epic quests, and ancient mysteries. Step into the shoes of a hero as you explore vibrant locales and battle vicious foes, all in thrilling plaintext!
The Adventure Console: It's beyond live!
...But more concretely, the Adventure Console is an open-source browser interface
designed for text adventures. It is will be integrated with an engine implementing
the Pathfinder system, allowing you to easily incorporate pencil-and-paper role-playing
elements into your stories.
The Adventure Console isn't ready yet. Check back later for updates!
First, make sure you have Node.js and npm (which comes with Node.js) installed. Here's one way to check:
user@host:~$ node -v
v10.15.3
user@host:~$ npm -v
6.4.1
Clone this repository, then install the project dependencies from the repository root:
user@host:~/repo/adventure-console$ npm install
Finally, start the app:
user@host:~/repo/adventure-console$ node adventure-console.js
Navigate to http://localhost:3000 to view the running project.