Fashion Quest is an interactive fiction framework created to make text adventure games about fashion because we love fashion and we love text adventure games.
Fashion Quest is written in the Ruby programming language and requires Shoes, a cross-platform GUI engine created by Why the Lucky Stiff.
Fashion Quest was created with the following goals in mind:
Games are created in Fashion Quest by defining game elements using YAML and bits of Ruby. Game elements include locations, doors, props, characters, and state.
Fashion Quest comes with three demo games you can dissect to see how things work (and also an empty game that you can use as a template).
graveyard: exits: north: destination: shore east: destination: field description: | I'm in a spooky old graveyard covered in snow and filth. Low frequency sounds are occasionally emitted from varied, undiscernable directions.