Posted January 29, 2024 by Davide Bucci
Hi to all,
I decided to make source code of The Queen's Footsteps freely accessible on Github:
https://github.com/DarwinNE/The-Queen-s-Footsteps/
The game is written in AWS (Adventure Writing System), a sort of a mini language dedicated to text adventures. If you want to compile it, you will need AWS2C that is a tool that creates a C source file from it:
https://github.com/DarwinNE/aws2c
The most practical way is to keep The Queen's Footsteps as a submodule of AWS. You will need the GNU Make utility as well as a C compiler for your target platform.
Enjoy!
Davide