Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cooljith91112/dialog-starter
- Owner: cooljith91112
- License: gpl-3.0
- Created: 2022-06-12T17:12:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T19:58:05.000Z (over 2 years ago)
- Last Synced: 2024-11-12T04:35:01.418Z (2 months ago)
- Topics: dialog, if, interactive-fiction, starter-kit, template, text-adventure
- Language: PowerShell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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