Synopsis

You are Lysidice, a young Athenian maiden prisoner of the Labyrinth. Though you are under the protection of the Minotaur, you know your luck is bound to run out. And when he shows up...
So you will need to escape the maze, if you want (him) to survive...

Lysidice and the Minotaur is an interactive parser, created for the Text Adventure Literacy Jam and is meant for beginner players, since it includes, a tutorial, a hint system, and a full walkthrough.  The walkthough can also be downloaded below.

As a parser, it is considered merciful (or polite, if I broke something). You will never reach a losing state.

Warnings

It is however not meant for children, as it contains mentions or depictions of: fights (swords), injuries and wounds (blood), mental illness, harm to animals (minimal).
Please be aware when starting the game.

Thanks

Special thanks to:

  • Tabitha, for testing the game multiple times and sparing future players from some devastating game breaking bugs
  • Garry and Pinkunz, for organising the jam
  • Chris Ainsley, for creating Adventuron

How to Play a Parser Game

What's a Parser?

Parsers are Interactive Fiction games that require an input (typed command) to do actions and advance through a story. Parsers are often puzzle focused games, where the goal is to solve them to reach the end.

Through these types commands, you can "move" around, interact with objects and scenery, talk to NPCs and so on and so forth. Parser commands are usually composed of a [VERB + NOUN] , though you will find sometimes that only a [VERB] is required, or you may need a preposition ([VERB + NOUN + PREPOSITION + NOUN] or [VERB + PREPOSITION + NOUN]).

Commands will use simple English, with only the root of verbs and no articles needed.


How to play a Parser

To move: use the directional compass like [ NORTH ] or [ SOUTH ]. [ UP ] , [ DOWN ] [ IN/ENTER ], [ OUT/EXIT ] are also accepted.

To examine things: use the command [EXAMINE OBJECT] or the shortcut [X OBJECT]. It is sometimes possible to use other senses like [ TASTE ], [ SMELL ], [LISTEN] or [TOUCH].

To take things: use the command [ GET/TAKE OBJECT ]
To discard objects: use the command [ DROP OBJECT ]
To interact with wearable object: you can [ WEAR OBJECT ] and [ REMOVE OBJECT]
To check your inventory: use the command [INVENTORY] or the shortcut [I]
Other object interaction commands: [ OPEN/CLOSE ], [PUT OBJECT IN/ON OBJECT ], [UNLOCK DOOR (WITH KEY)], [PUSH/PULL OBJECT]

To interact with NPCs: you can [ GREET ] them as a first approach, [ ASK NPC ABOUT _ ] if you have a question for them, or [ GIVE OBJECT TO NPC ] if you want to gift them something.

Other helpful commands: [ HELP ] (for hints/walkthrough), [UNDO] (last action), [L/LOOK] (refresh page), [SAVE/LOAD] (save system), [TSTART/TSTOP] (to make a transcript), [RESTART/QUIT] (to end your playthrough)

Note: this parser does use unusual verbs for some actions. They are, however, hinted in the text.
Updated 8 days ago
Published 19 days ago
StatusReleased
PlatformsWindows, macOS, Linux, HTML5
Release date 20 days ago
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authormanonamora
GenreInteractive Fiction, Puzzle
Tagsadventuron, Female Protagonist, minotaur, mythology, parser, talp, text-adventure, Text based

Download

Download
L&M Walkthrough.txt 5 kB
Download
Maze Map.png 19 kB
Download
Lysidice_and_the_Minotaur_Offline.html 2 MB

Development log

Comments

Log in with itch.io to leave a comment.

Nice game, with consistent story and fun puzzles. Maybe a little rushed in the final part, but overall a very good job. Congratz!

Thank you!

Nice adventure, I really liked the unusual point of view of the story!✨

Thank you! Really glad you enjoyed it!!

I tried multiple variations of "mix herbs and honey" to no avail, and then found out it's mix herbs with honey😰, maybe consider adding more synonyms?

(1 edit)

Hi there,

The game allows the following combination of commands for this action:

  • add herb _ honey
  • mix herb _ honey
  • put herb _ honey
  • put honey _ herb

where the _ can be replaced with: in, with, on, at, into, to, for
These preposition are "synonymous" in this game, and can be used interchangeably.

I will try to add the and to the code when I can get access to it again this weekend. (Adventuron is throwing errors right now...)
Thank you for the report!