From aefec38767c798ad3c8ec8bdc224ddd53bf886c8 Mon Sep 17 00:00:00 2001
From: Indrajith K L
Date: Sun, 12 Jun 2022 22:42:24 +0530
Subject: Initial Commit * Adds Working Example * Adds release scripts
---
README.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 README.md
(limited to 'README.md')
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..78040f0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+### 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
\ No newline at end of file
--
cgit v1.2.3