Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cooljith91112/dialog-starter

A starter kit for developing Interactive Fiction using Dialog language
https://github.com/cooljith91112/dialog-starter

dialog if interactive-fiction starter-kit template text-adventure

Last synced: 11 days ago
JSON representation

A starter kit for developing Interactive Fiction using Dialog language

Awesome Lists containing this project

README

        

### Dialog Interactive Fiction Starter Kit


This repo contains starter kit for developing Interactive Fiction using [`Dialog language`][dialog]. Includes a powershell script to generate a web version of the game

> Script assumes you have already installed [`dialog`][dialog] and [`Å-machine VM`][a-machine] in your system path. Also you have to copy stdlib.dg from the dialog folder to your game root path.

### IFID
Make sure you have replaced your story with a new `IFID` in `story.dg`.
> You can easily generate `IFID` using [`IFID generator`][dialog] available at [dialog website][dialog].

[dialog]: https://www.linusakesson.net/dialog/
[a-machine]: https://www.linusakesson.net/dialog/aamachine/index.php