Initial Commit

* Adds Working Example
* Adds release scripts
This commit is contained in:
Indrajith K L
2022-06-12 22:42:24 +05:30
commit aefec38767
5 changed files with 766 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
### Dialog Interactive Fiction Starter Kit
<hr/>
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