I played this game for a couple of hours, but didn't find the ending. I ended up poking around in the code, though.
This is a choicescript game with some neat css styling. In it, your sibling has been abducted and you have to find them.
Gameplay consists of moving around quadrants. There are 100 quadrants, and it costs fuel to move between them, a small amount for adjacent quadrants and a large amount for distant quadrants. Each quadrant has 4 sectors, which costs battery power to move around.
The game is procedurally generated in a minimal sense; each planet has a randomly selected 'level', which determines how many shops and things there are. Then text in each shop is pre-determined with blank slots that have words chosen from a random list.
I quickly realized that almost everything on a planet was pointless except for the trading and refueling. You can buy info, but it's rarely helpful, usually talking about planets so far away that fuel costs eat into your rewards. Travel guides don't seem to do much.
So I just bought and sold and moved around. I found an asteroid and claimed it, and started improving it.
But there were significant bugs: for instance, mining never has anything in it. Peeking in the code, it's hard coded, line by line, for 350 lines, for there to be nothing in the mines.
More severely, there are separate variables for available cargo spaces and total cargo, and only one is updated when upgrading your asteroid, so every time you upgrade your asteroid you permanently lower your cargo capacity.
I saw in the code that you can find a cheeky companion (didn't see how), possibly get married, and that there is an ending coded, but I'm not sure I'll be able to find it.
Dialogue-wise, in the main story bit, the game has character, but it likes to play tricks on the player in the sense that the guy you're talking to will treat almost anything you say as something wrong. I wasn't used to that, but it worked overall.
I think this game needed a lot more playtesting, including by the author; it doesn't 'feel' like the author played through a complete game by himself, and I'd heartily recommend doing that a couple of times, tweaking the game to make it easier or harder as needed. I would definitely raise my star rating if that polishing happened!
This is a wordplay game by Andrew Schultz, the third in a series involving double rhymes (like the name of the game itself).
I found it more appealing than the other two. Like the other games, this is a surreal setting, with names and locations picked more for their rhyme possibilities than anything else. But somehow it felt more coherent than the others. Also, the map is more manageable in this game.
Gameplay mostly consists of taking locations or items and typing two words that rhyme with two words in the location or item. There is a help system that is carefully explained, except for its main feature consisting of two dials. I got about halfway through before I realized that it (Spoiler - click to show)was telling you how many letters to add or subtract to your first and last words, although I'm still not sure what the last two decimal places mean.
I had to go to the hints increasingly more as time went on, and there was one word that I honestly had no clue ever existed (heavy spoiler for later game) (Spoiler - click to show)FLAIN.
The main boss had what felt like consistent character development, and the storyline felt taut and trimmed of fat. Overall, I found this to be above average for a wordplay game.
This game has a fairly unusual format. Like parser games, you type in text and get a text response. Unlike parser games, it's not necessarily deterministic; instead, with a chatbot structure, it reacts to keywords. I tried to see if it was using GPT-3 or something similar, but it was hard to tell; it knew a bit about Harry Potter but not so much about Chemistry. Overall, it felt somewhat more like a hand-rolled chatbot and less like a standard AI bot.
There are several things to discover in this game, but it can be hard to know what to do first. Just messing around will eventually lead the game to guide you towards a solution. I was able to finish without hints, and it took me about an hour.
For content warnings, the game does contain a fairly gruesome realistic image later on (a (Spoiler - click to show)blue-lipped overdose victim).
Overall, the chatbot system was a bit hard to use but I felt like it guided me to where I wanted to go. The text has a fairly descript 'voice' and nice little details, although necessarily due to the technology it didn't respond directly to my questions, leading to some bland messages.
I like 'dream games' and surreal stuff. Overall, I think this worked fairly well, but I don't really see a ton of replay value and I think the chatbot structure could be refined over time (although I imagine that it's a real challenge to work on something like this).
This game is a sequel to Not Just an Ordinary Ballerina, a game a couple decades old. When I first played IF in 2010, I downloaded the Frotz app and played all the main games that come with it. After I found how fun big puzzle games like Curses! are, I searched for other games that were like it and found Not Just an Ordinary Ballerina. I ended up really enjoying the game a lot.
This sequel so far lives up to the original. Per IFComp rules, I've only played 2 hours, getting 20 out of 250 points and unlocking much of the map.
You play as a parent (I think a mother?) that is trying to get a prom dress for your daughter. There is a large mall that is mostly abandoned due to a parade. It's a 3-story mall, with many stores per floor and other areas outside.
It's a puzzle-based game, with a variety of puzzles, including conversation, codes, machines, animals, etc.
Like the original game, it has a huge map and is (eventually) very nonlinear. Unlike the original, it contains extensive in-game help systems and suggestions that smooth out the player experience. In particular, the (very mild early spoiler) (Spoiler - click to show)texts from your daughter help point you to the next available puzzle. I turned to the hints once, when I felt like I had a reasonable solution to something but it just wasn't working; it turned out I had just thought of it differently than the author, and the progressive hints gave me just the hint I needed.
The first two hours have been fun, and I look forward to the rest. I was just going to power through with the walkthru, but I think this is fun enough I'd like to take it slow later.
I remember playing the Frenetic Five games a few years ago. They date back a few decades, and were a funny take on superheroes with characters that had pretty under-powered powers, always taking on villains with similarly silly ideas.
I never beat any of those games without hints, but I appreciated the vibes and felt they were internally consistent.
Although I've forgotten a lot about those games, I was happy to see a sequel/prequel released. This is a pretty fun game about trying to open up a vault.
It's a game that requires leaps of intuition for almost every step, which is a style that is both frustrating and rewarding. Given enough time, I probably would have wanted to play this off and on for a week or more, but instead I played an hour or so before using some hints that Dan Fabulich wrote on Intfiction.
I think the author succeeded in their goal, if their goal was to please fans of the former games and create a difficult one-room game centered on exploration and experimentation. I do like easier games myself, or ones centered on learning complex systems with easy individual parts, but I appreciate the vision of this game and hope the author keeps their intention to make more.
When this first came out in Parsercomp, I heard people talking about bugs, but the author seems to have patched them.
This game placed well in the 2022 Parsercomp competition. It's in Basic, with a custom parser; most games written in Basic with a custom parser are pretty bad, but this one is good. It's only as I write this review that I realize I've played another game by this author, from last year, so it seems this parser has had plenty of time for polishing.
This is a time-travel adventure. Descriptions are sparse and leave a lot up to the imagination. Puzzles are often riddle-based or combination-based; individually, they are often obscure, but as a whole they have consistent internal logic.
The parser generally works well; it has a few oddities that I noted in my review of Somewhere, Somewhen, and which others have noted as well; since the author has been aware of them for some time, I doubt they will change, so won't note them here.
I found it all generally pleasing. I almost never played text adventures as a kid, but there were two I played a lot in 5th grade in the 90s. I remember one of them being a Wonderland-like game that had gardens and interesting areas, and most puzzles were riddles. This game has very similar vibes to that era of game, and I found it charming.
Overall, this is a big game (I played about 4 hours and used a walkthrough about 11 times), and fun. I'm glad it was entered.
This game has you explore a forest and a small house to rob an alchemist of his gold.
The motivations and storyline are lightly sketched, as is much of the scenery. The focus is on the core parser experience: taking items, using them, a maze (with a map), keys and doors. There's no real surprises here: the goal is to recreate the feeling of games past, not to innovate.
Overall, it succeeds at its intended goal, and is polished and functionally descriptive. I enjoyed the time I spent with it.
One thing I've learned from writing IF is that it's impossible to please everyone; you can make something that some people love and some people hate, or you can make something that most people feel moderately positive about, but that's about it.
I think this game is well-done, and the author is a nice person I've seen on the forums. For me, though, I had a primarily negative response to this game for reasons not at all related to the quality.
This is a graphics-based game, where you enter text and get stick figure responses. It defaults to full-screen and has background noise and some slight pause between player input and response. You are a knight/stick figure man trying to rescue a stick figure woman rescued by a dragon.
My reasons for playing IF aren't due to nostalgia (I didn't even get into it until I had a toddler, in 2015); I love IF primarily because of its quick response times, its flexible and un-intrusive nature (as text in a resizable window that can be multi-tasked with), and, as text, its ability to be skimmed quickly and typed in quickly.
So this game has almost none of the features that I enjoy about IF, and I found myself honestly irritated while playing.
Grading it on my scale:
+Polish: The game is quite smooth and polished.
+Interactivity: On one hand, I was surprised that the game expected and acknowledged compass directions while telling the player not to use them; on the other hand, the parser was fairly robust and allowed for a lot of surprising interactions. I was baffled by the puzzles (I used a lot of hints) but given the minimalism and internal logic I feel they were fair.
+Descriptiveness: The art was pretty informative
-Emotional impact: As described above, my primary emotion was irritation.
-Would I play again? I would not.
This game was entered in the 2022 Parsercomp, and I helped beta test it. It came in second, but only by a fraction of some points, and is an excellent game.
This is a metaphorical story which, as told in the authors notes, is somewhat autobiographical, and touches on dementia. You are exploring some woods and a ravine to try to get firewood for your home while also recovering your mother's lost words. The writing and tone feels a lot like the 1800s gothic novels, like The Mystery of Udolpho.
The lost words take the form of riddle-poems. When solved (and playing in a graphics-compatible mode), they take the form of the solution to the puzzle.
The riddles are less of a purposely-frustrating-and-obfuscated description of something, and more of a description of something using highly figurative language. That doesn't necessarily make it easier, as I struggled with a couple of the notes for a few minutes, but in a good kind of struggle that made the game more engaging.
The writing is descriptive and evocative, similar to this author's other works. The real-life connection shines through, making it clear that the author cares about this subject and about the people in her life.
Overall, a satisfying game and one not to miss.
This was an interesting game, with a mix of features that I'm not really used to seeing.
It's an inform game, and it's written fairly matter-of-factly, spitting out objective descriptions without commenting on them, which serves as an intentionally amusing contrast when things start to go weird.
You play as a young woman at a storage facility all alone, and you have to find and fetch three boxes. Your boss is kind of weird and has a lot of psychic stuff laying around.
It has three main puzzles, one of which is very easy, one of which took me a few days to solve, and one which has multiple solutions (I found one, club floyd found another, decompiling shows maybe 1 or 2 more).
The middle puzzle I almost gave up on. It involves the elevator, and the main issue I had was that its special feature (Spoiler - click to show)having all items fall out when the elevator goes up felt like a bug, since there are a lot of buggy games in parsercomp and elevator implementation is rough. I was especially inclined to think it a bug since riding in the elevator makes you permanently stuck (something I think may get fixed in a later version, as the author has mentioned doing so after the comp). But once I was reassured it was solvable, it was actually a lot of fun to wrestle with, and was, for me, the main highlight of the game.
The ending was interesting, and overall I think the concept worked well. The author used special inline images for the checklist, which looked nice.