This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Dave 💾 Powerhoof
dave.powerhoof.com
did:plc:akouiiyvfkho4gwagoqgxc6y
Adventure games use a lot of one-off enums for storing puzzle state. So for PowerQuest I made a shortcut for scripting with these, using some fancy c# reflection.
Cleans up code like this-
if ( Globals.m_bucket == eBucket.HoleRepaired )
Globals.m_bucket = eBucket.Filled;
2024-12-19T00:09:43.556Z