jlechem / TextAdventure

A text adventure API framework
3 stars 0 forks source link

Implement Visual XML Editor #11

Open jlechem opened 6 years ago

jlechem commented 6 years ago

We should have a visual XML editor that allows users to create XML files graphically instead of hand coding them. This would allow for creation of rooms, items, npcs, etc. The final output would be the config.xml file. This might need to be one of the last items done since changes to the XML file will result in code changes here.