Dev Tools

I’m thinking through better ways to create and edit Entities in SRPG. I’m using an IDE, but it’s not very helpful in the very dynamic context of the SRPG engine (this could be fairly viewed as a downside to the design).

What I’d like to put together is an in-browser tool for creating entities. It would be aware of things like Verbs and other entities, allowing me to reference them directly (and implicitly validating that portion of the entity code in the process).

Alternatively, I can set up templates in my IDE to quickly insert entities of various types with certain fields pre-populated. It’s more simplistic, but also requires far less time investment (a good thing, considering I barely have time to work on the game itself).