A series of interactive fiction that are based on a character I created for my then 5-year-old daughter and who has come up with the stories and the flow.
Go to file
William Moore 27e0536722 Update to use latest Targets structure 2022-08-26 01:55:16 -05:00
missingwand.inform/Source Update for some text 2022-08-25 16:55:14 -05:00
missingwand.materials Update to use base code 2022-08-25 14:18:08 -05:00
.gitignore Initial commit 2022-08-23 17:17:41 +02:00
Makefile Update to use latest Targets structure 2022-08-26 01:55:16 -05:00
README.md Initial commit 2022-08-23 17:17:41 +02:00
Targets Update to use latest Targets structure 2022-08-26 01:55:16 -05:00

README.md

What to do with this?

Use it as a template for projects when you don't want to use IDE's (I'm looking at you code warriors). Keep in mind, this is an opinionated approach to the entire process of Interactive Fictions using the Inform 7 toolchain by Graham Nelson.

The Environment

You'll need to define the following environment variables somehow (either globally or local to user or whatever).

IF # root of where you have all the interactive fiction tools stuff
INFORM # Inform toolchain's home path
INFORM7 # The path to the executable for inform7
INFORM6 # The path to the executable for inform6
INBLORB # The path to the executable for inblorb

Tools Installed

For VSCode users unwilling to make global settings changes

I have included the settings.json with necessary changes for allowing VSCode to use tab indention but only for Inform 7 and can be included in your global settings.