Skip to content

gcarvelli/text-adventure

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Text Adventure

Build Status

Try out the demo!

Text Adventure is a text-based adventure game engine written for the web. It loads a game configuration from a single json file.

Building

npm install
npm run build

Run in Terminal

npm run cli

Run in Web Browser

npm run start
# Navigate to localhost:8000 in your browser