squiffy

5.1.3 • Public • Published

Squiffy

Squiffy is a tool for creating multiple choice interactive fiction. Squiffy is written entirely in JavaScript - the compiler uses Node.js and the games it generates run in a web browser.

For installation and usage instructions, see the documentation.

The plans for forthcoming releases are on the development roadmap.

For discussion and help, see the forums.

Contributing

Contributions are welcome! Fork this repo, fix a bug or add a feature, and then create a pull request.

You can run your local copy of Squiffy instead of the globally-installed version from npm by using node squiffy.js in place of the squiffy command. If you're using Windows and want to replace the global squiffy command with your local development version:

  1. Clone master of your fork to your local machine (e.g., C:\projects\squiffy\).
  2. Install Nodejs if you haven't already
  3. From your squiffy directory, run npm install
  4. Next run npm install squiffy -g
  5. Delete the new squiffy folder in your global node_modules folder: C:\Users\[yourUser]\AppData\Roaming\npm\node_modules\squiffy
  6. Open a new command prompt as Administrator.
  7. Create a symlink between your npm and development squiffy folders by running mklink /D C:\Users\[yourUser]\AppData\Roaming\npm\node_modules\squiffy C:\projects\squiffy

Now running squiffy helloworld.squiffy will use the code from your project folder.

Readme

Keywords

none

Package Sidebar

Install

npm i squiffy

Weekly Downloads

25

Version

5.1.3

License

MIT

Unpacked Size

63.6 kB

Total Files

29

Last publish

Collaborators

  • manowar