Closed dfabulich closed 3 years ago
This would however misidentify ZIL and Dialog entries. I'm not sure if that's relevant to this comp.
ZIL/Dialog games not packaged with a website are already being miscategorized as Inform. ("Glulx or Z-code, not packaged with a website")
We've remarked before that "platform" doesn't really make sense as a DB column. It should be something like:
Only that last question needs answers like Zcode, Glulx, TADS, and Quest. (And not any of the web-based games or executable formats that don't require interpreters.)
Authors are offered four ways to submit an Inform game on the entry form: https://github.com/iftechfoundation/ifcomp/blob/master/IFComp/lib/IFComp/Form/Entry.pm#L38-L51
Go to the ballot page. https://ifcomp.org/ballot/
Actual: On the ballot page, we group
inform
andinform-website
to be "Inform" games, but we separate out "Quixe" and "Parchment" as separate platforms. https://github.com/iftechfoundation/ifcomp/blob/master/IFComp/root/src/ballot/index.tt#L199-L207Expected: We should lump
parchment
andquixe
in withinform
andinform-website
, and call them all "Inform."