Skip to content

traycold/parchment

 
 

Repository files navigation

Parchment

Parchment is the Interactive Fiction player for the web. For more information see our Google Code site. To play a story with it, go to http://iplayif.com!

Parchment is BSD licenced, but please help the community by sharing any changes you make with us.

Parchment for Inform 7

Inform 7 includes Parchment, allowing you to produce personal websites for your stories. If you want to update the version of Parchment used by Inform 7, grab parchment-for-inform7.zip and unzip it into the Templates subfolder of your project's Materials folder.

Building Parchment

We use Node.js and Grunt to build and test Parchment. Install Node.js, and then install the grunt-cli package:

npm install -g grunt-cli

Then from the Parchment directory install our dependencies:

npm install

To build everything run the following:

npm run build-zvm
grunt

About

The Interactive Fiction player for the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 2.6%
  • HTML 2.4%
  • Visual Basic .NET 0.1%