dungeonsoffear - 2015-08-22

Today I worked on the submit decision page some more, and I think it is working to a point where I can begin working on the parsing of resolution XML. Along the way I discovered PHP classes cannot have multiple constructors, so I made some factory methods for players and game players.

  • Decision parsing based on traits
  • Decision submission, resolution parsing from XML, modifying traits <-- IN PROGRESS
  • Authoring tools for rooms, including an XML validator and a test feature
  • Game invites, declines.
  • General game rules, like death and pants shitter. Email functionality
  • Unit testing, code cleanup, documentation

2 Hours