Ratings and Reviews by MathBrush

View this member's profile

Show reviews only | ratings only
View this member's reviews by tag: 15-30 minutes 2-10 hours about 1 hour about 2 hours IF Comp 2015 Infocom less than 15 minutes more than 10 hours Spring Thing 2016
Previous | 1381–1390 of 3617 | Next | Show All


Death Number Four, by Dave Footitt
1 of 1 people found the following review helpful:
A small, underimplemented puzzle game with some intriguing backstory, May 17, 2021
Related reviews: 15-30 minutes

This game takes the basic premise of the PunyInform jam (starting in a pub with a knife through a note in the wall) and take it in some fun directions. I enjoyed seeing the author's backstory developed for the main character.

The puzzles generally aren't too hard once you know what you need to do, although, like most of the games in the jam, it would benefit the most from more beta testing.

The main idea of this game is that you are a sort of revenant or mummy that can be resurrected over and over by use of a mystic knife. You have to speak with an inspector to help solve crimes. It's mostly a prologue of a longer story idea.

You can log in to rate this review, mute this user, or add a comment.

Arthur's Day Out, by Jason Oakley
2 of 2 people found the following review helpful:
A sprawling and bare game made in puny inform exploring an abandoned city, May 17, 2021
Related reviews: 15-30 minutes

This game has you exploring an abandoned town after exiting the broom closet of a pub.

Most locations are described in little detail. Puzzles are fairly dependent on searching, but past that the puzzles involve some tricky wordplay/intelligence test-style thinking.

The game has some good moments but overall felt a bit frustrating. It was not polished, but was fairly descriptive. The interactivity didn't work well for me, and I don't intend on playing it again. However, some parts were satisfying to figure out/complete.

You can log in to rate this review, mute this user, or add a comment.

Closet of Mystery, by Michael Cox
2 of 2 people found the following review helpful:
A tiny game with some fun twists, May 17, 2021
Related reviews: less than 15 minutes

This game is perhaps the shortest in the PunyInform jam, and it isn't perfect, but it has a lot of distinct advantage over its competitors:

-it has an overarching narrative
-it fits several twists into a 3-move game
-most objects are implemented more than the other games implement their objects

As surprise is the main feature of the game, I suppose I won't say much more. You start in a pub broom closet with a knife holding a note onto the wall.

You can log in to rate this review, mute this user, or add a comment.

Pub Hubbub, by Christopher Drum
1 of 1 people found the following review helpful:
A shortish pub adventure with one brilliant puzzle, May 17, 2021
Related reviews: 15-30 minutes

Having now played several punyinform games in a row, I now realize that many design features I thought were poor choices are actually 'baked in' to punyinform: specifically no UNDO and pedantic phrasing for disambiguation.

It also seems that most games in this PunyInform jam were written by newish players who aren't part of a culture of intense beta testing or familiarity with recent parser games.

So that puts a lot of things in perspective. Given this background, this game isn't that bad. I had to look at the itch page for some hints on how to proceed from time to time, but besides that it's fairly straightforward. You have a few chores to complete before your boss arrives, and much of the difficulty is figuring out the right commands to fulfill the actions required.

The one thing that elevated this game for me was an excellent puzzle involving cigarettes. I've never seen a puzzle quite like this and I think I might nominate it for an award next year, if I remember.

You can log in to rate this review, mute this user, or add a comment.

Pub Adventure!, by Robin & Tom Edwards
1 of 1 people found the following review helpful:
A short and simple adventure assembling a cocktail, May 17, 2021
Related reviews: 15-30 minutes

This PunyInform game was made by a parent-child team, and it's pretty complex for a game made that way, but not as complex as most finished games made for competitions are.

Your pub has been cursed by a ghost until you make a drink for them. Each component of the drink is found by solving a different puzzle.

The number one thing the game could use is more feedback from testers, who could have caught things like undescribed objects, exits not listed in the room description, variations for trying to figure out what to do with the shaker, etc.

You can log in to rate this review, mute this user, or add a comment.

Buccaneer's Cache, by Wilfried Elmenreich
3 of 3 people found the following review helpful:
A short and fairly buggy geocache hunt, May 17, 2021
Related reviews: 15-30 minutes

I tend to be very positive in reviewing but almost every interaction I had with this game was troubling.

Leaving the first room puts you immediately in a losing position, where you have to answer a question or die. I only figured out what to do by googling, hoping that it was an obscure reference, and I found out that it was (I read the books years ago and loved them, but I didn't form a strong memory of this particular creature).

After the first room, most reasonable directional commands don't work, requiring the use of 'ENTER ---' instead. An object that is essential to the game is undescribed and can't be interacted with most verbs (that describes several objects). The main way of gaining points is a verb that is nowhere indicated in the game. And the final puzzle of ending the game requires an exact, non-idiomatic three-word phrase ((Spoiler - click to show)BOARD SHIP REALLY).

Fortunately for the author, all of this is avoidable in the future by having more testers. If this had been tested by a few people who could give good feedback, it would be just fine, and so it casts no aspersions on the author's skill.

Edit: Also, UNDO is disabled, despite having insta-deaths without warning.

You can log in to rate this review, mute this user, or add a comment.

Captain Cutter's Treasure, by Garry Francis
2 of 2 people found the following review helpful:
A compact pirate puzzle game, May 9, 2021
Related reviews: about 1 hour

This game is part of the PunyInform competition. It's fairly polished, and features an quest to go looking for pirate treasure.

In the tradition of classic adventure games, the puzzles don't really make much sense, but they're fun. One involves a 2d block pushing puzzle (easier than the infamous Royal Puzzle from Zork III, but generally similar), and there are some math and logic puzzles.

The game has two endings, one easy to achieve and another harder. The game eschews walkthroughs and hints, but I decompiled the game to find the 'good' ending, which is significantly harder.

The largest negative in the game is the pedantry. Very frequently the game knows exactly what you want to do but forces you to phrase yourself a different way.

Examples include:

">UNLOCK BOX

I think you wanted to say “unlock wooden box with something”. Please try again."

and

">ROW
I think you wanted to say “row something”. Please try again."

A particularly egregious example (spoilers for the 'good ending'):

(Spoiler - click to show)
> lock chest
I think you wanted to say “lock treasure chest with something”. Please try again

> lock chest with golden key
Sorry, I don’t understand what “golden” means.

> lock chest with gold key
First you’d have to close the treasure chest.

> close chest
You close the treasure chest.


This is the equivalent of eating at a restaurant but the chef occasionally grabs your hands to make you move your knife to the other side or to drop your salad fork and take your regular one, to ensure that you are eating the meal in the proper way.

Overall, I think this will please people who primarily look for IF to have fun scenarios and puzzles that aren't immediately solvable but are fair.

You can log in to rate this review, mute this user, or add a comment.

A Mummy is Not an Antique, by Randy Cordon
1 of 1 people found the following review helpful:
A humorous mummy game with some repetitiveness, May 9, 2021
Related reviews: about 1 hour

I purchased this game on my own recently because I wanted to explore the less-played games on the Hosted Games app on my iPhone. This game was the least-rated one on there, with 3 ratings since 2018.

I was expecting something much worse, to be honest, but it looks like Hosted Games' requirement for a public beta test ironed out a lot of problems that you might see in, for instance, the least-played IFComp games. I found no bugs and only one grammatical error ('would of' instead of 'would have').

Storywise, you are a host for an antique appraisal show when someone comes in with a mummy to get appraised. A horde of people come in chasing the mummy, including someone with a scroll that brings it to life. The majority of the game involves trying to stop the mummy with the scroll.

+Polish: No problems with the game.
-Descriptiveness: A lot of it feels bland. I have trouble picturing any of the characters.
-Interactivity: A lot of the choices are the same.
-Emotional impact: The jokes mostly didn't land for me.
+Would I play again? Honestly, yes, it was a pleasant way to pass a short amount of time.

For me, the game felt pretty flat. Characters are generally indistinguishable, with everyone's personality being 'kind of selfish and likes to make witty remarks'. Most scenes are the same: you try to take the scroll and someone stops you. Most of your choices are the same throughout the game, either 'pick one of these punchlines for the author's jokes' or 'keep filming/help someone off-camera'. I think this kind of general ambiguity is the main thing that decreased my overall enjoyment.

I still finished and it definitely wasn't terrible, and took me around an hour (would have been 30 minutes if I read quicker). Overall, I'm definitely pleased by the quality of the least-played Hosted Games, especially since my own game is one of the least-played Choice of Games.

You can log in to rate this review, mute this user, or add a comment.

Barry Basic and the Quick Escape, by Dee Cooke
1 of 1 people found the following review helpful:
A compact game with reasonable puzzles and interesting characters, May 4, 2021
Related reviews: 15-30 minutes

This game pulls off a difficult feat: there are 3 characters you can play as and you can swap between them at will. That's fairly difficult to pull off, but the game does well.

Puzzles are reasonable, as intended for a 'tutorial'-type game. The story is kind of random, but the characters are well-defined, have distinct personalities and see and interact with the world in different ways.

Your friend ends up locked in a strange compound after a tour and needs help escaping. You have to go and save him!

Overall, I didn't feel a real emotional investment in this game, but it was pleasant, one of the smoothest to play out of this game jam.

You can log in to rate this review, mute this user, or add a comment.

The Blue Lettuce, by Caleb Wilson
4 of 4 people found the following review helpful:
Cute inform/vorple kids game about eating magical plants, May 3, 2021
Related reviews: 15-30 minutes

I beta tested this game.

In this vorple/inform game with illustrations of plants, you play as a young creature eager to eat every magical plant you can get your hands on.

As per the text adventure literacy jam rules, you are expected to only use 2-word inputs and have simple language.

Caleb is a great author, and this game shares features with his earlier work, Starry Seeksorrow. It is intended for kids, but I enjoyed the puzzles, and I especially appreciated that solving them all is not necessary for winning. When I beta tested, I missed a couple the first time around.

Somewhere between the time I tested and the time it got put up on itch, the vorple framework seemed to get weird (maybe from itch interactions?), so that each image only shows up halfway until more text appears underneath it (such as when hitting enter).

It's a simple game, but I'm giving it a 5 as I found it polished, descriptive, enjoyed the interactivity, felt an enjoyable emotional impact, and would play again (and did play again!)

You can log in to rate this review, mute this user, or add a comment.


Previous | 1381–1390 of 3617 | Next | Show All