Updates working XML and continues update on file parser; currently working on building the dict we can use to run our game (as JSON version currently runs game).
Adds working XML file and initial parser; currently navigating nodes and printing. Will need to transfer this to dict to use JSON code for module loading.
Adds initial MVP game code from the merged demo web version. See project README for more.
Intro notes:
This project updates the RPGR BCI merged demo game from August 6, 2023 for
the Modgodtoolset and associated updates. Draws game from XML, and adds
numerous missing features.
The roadmap for this file can be found in the project Github:
Phase2/Documentation