@Zed @rileypb @Warrigal @GrahamNelson - Thank you all so much for the additional information. It was exactly what I was looking for in order to point me in a direction for further experimentation.
For anyone else who is interested in Basic Inform I have created a new repository for any of the work that I do with Basic Inform. The new repository can be found here.
Currently there are two folders in this repository:
- test-case-code - Contains individual projects for each of the Basic Inform test cases the @GrahamNelson mentioned above
- cloak-of-darkness - Contains the Cloak of Darkness implementation created by @drpeterbatesuk
There are two things to keep in mind when experimenting with Basic Inform code:
- You must use Inform 7 v10.1.2 IDE or above to compile and run these Basic Inform examples
- In the IDE Settings tab, you must make sure that the “Use Basic Inform only” checkbox is selected (your code will not compile if this option is not selected)
I’ll post any future progress here and in the repository ReadMe as things develop.
If anyone else experimenting with Basic Inform wants to add their own code to the new repository that I created just send me a pull request.