This is my first attempt at creating a small game in Inform 7.
story.ni: This is the story file written in Inform 7.uuid.txt: This is a universally unique identifier that Inform 7 embeds into the compiled binary story file.*.nix: These are Nix files to help with developing, building, and running the code.
- Install Nix.
- Run
nix-shell. - Run
make test.
Please see the Building and running section on inform7-scaffolding for more options.
Copyright (C) 2025 by Niels G. W. Serup.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.