Thanks for starting this! I don’t want to do a whole thread, but I definitely want to talk about at least one of these, so, a review of…
The Gnomish Treasure (Lamp Post Projects)
As a parser creator, this is a game I would want to make, but I wouldn’t because I’d worry that a museum curator/artifact restoration sim would be more fun to make than play. LPP pulls it off, because they’re more confident and skilled at this than I am, and I’m happy to have my instincts proven wrong. Here you play as Nat Nimblebrush, custodian of the royal treasury, and you have a list of 7 historical artifacts that must be assembled from recovered fragments; there are several pieces not on your list that you can also reassemble. You must match sets of fragments, then repair, label, and display the restored artifacts. There’s some fun fantasy-historical details provided about each that are mechanically relevant when it comes time to display.
This game is an accomplishment. It threads a fine needle, presenting a fairly sim-like puzzle that is engaging and, I think, fairly welcoming. I had a lot of fun thinking about why this game works, and it made me think about parser design and what a good parser tutorial looks like. I’m going to say some critical things below, but it’s criticism in the lit crit, “I liked thinking about how this game all fits together and why there are rough edges” sense, not the “I’m going to try to bring this game down” sense. It’s all subjective, anyway, ymmv, etc.
Tutorial
A good parser creates the illusion of a responsive setting in which you might be able to do anything, even if you know that not everything is possible. The moments of connection between player input and world response are magical; they inherently feel really good. The ideal parser tutorial should (again, just imo) guide the player while allowing then to feel like they’re making a connection and not simply following instructions. A rigid tutorial works against the magic trick.
The tutorial here is extremely rigid insofar as it doesn’t respond to the player (though, to its credit, it doesn’t restrict the player, either). It gives an instruction, and it’ll repeat that instruction every turn (more or less) until you follow its directions. I think it’s possible to complete the game and still get the first tutorial prompt in response to every action:
I’m going to keep getting this first prompt even after examining items, because I didn’t examine the specific item that the tutorial has suggested. Some players will follow the instructions exactly, but not all will want to, and more adventurous beginners would be irritated or discouraged by the repeated prompt.
I think the tutorial is good at clearly telling players what they need to do, but it’s not responding to the player at all. I don’t envy anyone the task of making a tutorial, but I had fun thinking about what I’d want to see here instead. Though no one asked, I would’ve had Lady Steward, your boss, stick around to oversee the first repair. She evaluates your efforts at the end, and featuring her early on gives a narratively coherent reason to block non-tutorial actions-- “Lady Steward said to start with by retrieving the horn; better listen to the boss and leave the crate of pottery until later”— or, better, not block but simply disapprove of other “wrong” actions (“I thought we were starting wit the horn, Nat, not the dagger” sort of thing). She could be shuffled offscreen after the first repair or, better yet, kept around to occasionally comment on your progress or provide hints if consulted. (I think this solution makes this a harder game to make, for sure, but since I’m being an armchair dev, I don’t have to worry about that.)
World & Gameplay
Overall, I was impressed by the level of description/implementation. The setting felt very well-crafted, calibrated to impress but not overwhelm new players. There were some nice custom responses for blocked actions and a smart use of environmental details as subtle in-game hints. If I recall correctly, this is LPP’s first parser, and the house style (really solid writing that pays loving attention to setting) has clearly survived the jump to a new format
There are a few outliers early on that worried me, unfortunately emphasized by the tutorial. If you follow the first real prompt shown above, which tells you that “All objects and scenery mentioned in the game may be examined,” you’ll learn that you’re wearing garments and spectacles. These don’t actually exist, so if you take the tutorial at its word try to X them, you get the dreaded “you can’t see any such thing.”
This central puzzle’s overall success is such a flex. A “match the pieces together” game entirely without images is SUCH a big ask, but this game pulls it off. I had fun matching pottery shards I couldn’t even see! The writing (clear, vivid, easy to remember or quickly reference in notes) is key here. Because the process is the same for each item, I think ten items felt like a few too many; it wasn’t boring, but I started to feel the repetition, and seven or eight is probably the sweet spot. (Or maybe there are ten, but a few of the items need some attention other than repair?)
There’s some need for QoL in the repair process, imo. You can only repair something if 1) all the matching pieces are on the table, and 2) if NOTHING ELSE is on that table, including the object you most recently repaired (by default it’s placed on the table). That required “take [newly repaired item]” is easily forgotten and even outright discouraged by the description (the newly repaired pottery is held together with curing pitch and string, and I was nervous to take it!), and it’s disproportionately tedious to “repair X / [table too cluttered message] / X table / take [recently repaired item / repair X.” I’d bake something into the carry out repairing that moved the item repaired to a nearby drying rack. It’d streamline repair and give a nice diagetic excuse for not balancing 9 fragile items in your arms while you repair a 10th.
I’ve given a lot of criticism, but I only really do that to works that I like or that make me think. This was fun to play, fun to think about as a game for beginners, and fun to think about as someone who’s made a couple parsers. There were good instincts and clear skill on display here, and this is a game to be proud of.