Text-based fantasy adventure.
Changelog:
Fixed numerous minor logic errors in scenes discovered by applying strict typing.
Fixed some race detection errors in scenes, also discovered by applying strict typing.
Added some debug functionality. If you are in to hacking through the console, a bunch of game variables can now be accessed through the console on the object ‘game’.
Added a new parser methodology that should make implementing scenes quicker and less prone to errors. It uses template literals from ES6 and some helper objects to allow for a simple parser syntax.
Adding roughly 8k words of new content:
Gwendy has new talk scenes for various topics (chat, childhood, parents). The farm description placeholders have been removed.
Gwendy has a new loss scene for her challenge (eat her out).
Replaced some awkward placeholders for Jeanne, Roa, Twin’s Penthouse (content for the twins themselves to come).
Hotfix: There was a major bug in the Halloween event that would steal all your items. This has been fixed.