I saw spoilers already on this games secret, but I've only played this game for now so I'll judge it on its own.
It's a fun parser game that reappropriates directions N/E/S/W to be the initials of your friends. Directional movement corresponds to visiting your friends and talking to them.
Your goal is to convince your 4 19-yr old friends to come together, to be reunited again. Each friend you talk to can bring up different topics. Mentioning those topics to others can provoke new topics.
I had fun with this, and convinced 2/4 friends and had a third ready to go. But I couldn't logic out how to help the 4th one, so I just threw everything I had at them repeatedly until I solved it.
Neat idea!
Gamefic! I remember a Gamefic game in my first IFComp, Second Story, I remember the parser being better than many custom systems.
This game is pretty small, but it shows the relative usefulness of the parser system. There are a small cluster of rooms in an academic area. Your job is to investigate the death of a beloved professor. But in the middle of your investigation, everything changes.
This game is very minimal. Descriptions are bare-bones. Each room has one object of interest in it, except for one room with 2 or 3. I solved the game by just trying the only available actions.
The parser is pretty good. I didn’t really encounter any trouble. Some fancy future options might be pronoun recognition and cycling through past commands when pushing ‘up’, but the save and undo system worked well.
This game is pretty different from most other parser games.
In it, you are part of a yes-no experiment. You are placed in a room with several background items like walls, a table, a chair, etc.
You are told that the lights will go out and assistants will change the room (or not). When the lights go back on, you have to compare the room to the original room for any differences.
The game really keeps you on your toes. UNDO is forbidden, but I did use SAVE and RESTORE after a while, but tried my best on each level. It was wild to check everything in the room with every sense (I copy and pasted Touch it. Taste it. Smell it. listen to it. and used it a lot).
Sometimes the differences are obviously apparent, and sometimes not. I was always paranoid something very tiny would change (like the taste of a button). Twice I was fooled by something small; there is at least one thing that has two similar responses that are slightly different but don't count as 'different' to the game.
The ending was anticlimactic. I wonder if I missed something? But the game did make me genuinely agitated; it is named well.
This is a brief Adventuron game with some fun graphics that seem custom-made and a few rooms.
I was able to complete it very quickly. There were only a few rooms, and each room only had one way to go forward. There was one puzzle which I solved by using the pictures, as the text didn’t seem to provide many clues.
There were several errors. The game started by saying that some settings were not configured, and the first page has a big typo in capital letters. The puzzle solution also acted a bit weird, like it was reacting to keywords rather than commands. The very ending didn’t make sense to me the way it was written.
Overall, it feels more like a programming exercise than a full game, but this is exactly what a good game can look like early on in the process before it’s fully developed, so I would tell this author this isn’t really bad, just needs more work.
This is a ZIL game, a system I haven’t seen used much (the most recent I remember is Max Fog’s IFComp game The Restaurant at the End of the Universe). It’s a retro language that’s recovered from the one Infocom used, I think.
This game is a peaceful nature walk; the game whose genre is closest is, in my opinion, The Fire Tower, another game spent inspecting peaceful places.
This game is fairly short; at first, I just found a boat, a path, and a fountain, and I couldn’t find any other locations mentioned in the exits. I tried randomly walking and eventually found my way to a waterfall and later a cave.
The writing was peaceful, it reminded me of Hypnobirthing tapes my ex-wife had at one point. It was a bit repetitive though. In my first 20 moves, I saw the word ‘tranquil’ a lot:
embark on a tranquil journey
smooth and tranquil journey
its beauty a tranquil retreat
the clearing is a tranquil haven
Set in a tranquil clearing,
Several other words were heavily repeated as well. The descriptions were longer than necessary, and could use some tinkering with structure; I’ve found that in IF people almost always look to the bottom of paragraphs for movable or interactable items and to the middle for less important scenery like tables and desks. So I think it could be useful to cut out the repeated words and rearrange the paragraphs to have the most interesting things at the bottom.
Overall, a small but peaceful nugget of a game.
This is the 8th entry in Andrew Schultz’s Pro-Rhyme Row series, which is truly astonishing; how there can be so many paired rhymes in the english language blows my mind.
I really enjoyed this one for the first half or so. There is a feast of remembrance among the gnomes, and you are chosen to prepare food for it. Most of the rhymes in the game deal with food or appliances of some kind.
There is a map with a central location and four branches. Each branch has objects in it which you must find a rhyming pair for (or for the room itself).
Compared to other games in the series, this game made it easy to identify what the puzzles were and had some fun responses.
Some of the words made me laugh. My juvenile response to ‘tree troop’ made me laugh (although it wasn’t recognized) and I had the wrong answer at first to getting out of the ‘stuck state’.
I did run into some bugs though, especially with some repeating text. It was enough to hamper my experience. I did see a call for testers before the competition so it’s at least partially my fault for not responding, but fortunately the bugs seem not too bad to fix.
This parser game is the author’s first Inform 7 game, but is set in a larger series of Alphabet City games.
It’s pretty heavy stuff. Our hero is a recovering cocaine user who had a huge fight with his girlfriend over her refusal to quit using drugs. A torn earring is all that remains of the fight.
The game implements a chunk of New York City, including the weed-filled offices of the magazine our protagonist works for and a night club.
While you can beat the game without it, fighting is a way you can interact with a couple of people. FIGHT ____ or HIT ____ starts combat which you can continue until one person perishes. It’s also usable against (Spoiler - click to show)your girlfriend, surprisingly, although the game converts it to (Spoiler - click to show)LOVE.
The descriptions are vivid and raw, depicting a grungy life. I thought that the descriptiveness was well done. And there’s some fancy highlighting of keywords.
Some of the scenery is underimplemented in ways all too familiar to those who have started Inform 7 (I have done them many times). Things like objects whose names are subsets of each other (in this case ‘key’ and ‘studio key’) and so can’t be referred to easily; takable things that shouldn’t be takable; and objects just listed in a pile at the end of a paragraph instead of including them more discreetly in earlier paragraphs.
(to new authors: if you put the name of an object in brackets like [chair] in a room description, it won’t show up later on. Or, saying something like ‘the chair is scenery’ makes the chair not appear in the list at the end and keeps people from taking it. And finally after you define an object, if your next sentence is in quotese that becomes the ‘fancy’ way to see the object. Like:
The knife is on the table. “The knife you used to make your sandwich is still on the table, dirty.”
Then when the game runs, instead of saying ‘You also see a knife’. It will say “The knife you used to make your sandwich is still on the table, dirty.”)
I think this author has a lot of potential, and I think this game could be pretty great if it had some more polish, so I definitely encourage more experimentation, beta testing, and authoring. Good work!
This game uses a similar engine to the author’s last game, Steal 10 Treasures to Win This Game, with some differences. Both only allow a set collection of inputs; nothing else can even be entered. So, error messages are replaced by just not allowing you to type things. However, the older game only uses single letters for inputs. This game lets you type longer words, and does have little responses explaining why you can’t do some things.
The game is set in the fictional land of Yurf, where a royal conflict has divided the world and four gems have been lost. You need to explore the world, which has a surreal Alice in Wonderland/Phantom Tollbooth feel.
The parser is one-word only. This makes the game simpler but also harder. I appreciated the reduced number of actions I had to try. On the other hand, I was frustrated by simple things like trying to look at one person in a group of three, checking my inventory or interacting with individual background items.
The one-word parser has been stretched to its limits here, and that means one thing: riddles. Around half or more of the games puzzles are intuition-based or ‘aha’ type riddles, where instead of manipulating physical objects or learning a system you have to sit and puzzle it out. I ended up having to use hints twice. While I typically enjoy riddles less than other styles of gameplay, they made sense both storywise and given the input constraints.
Overall, a polished and good-looking game, well-written and mostly bug-free (I passed on a typo and a sequence-breaking bug to the author).
This is an ADRIFT game, which I played by downloading the ADRIFT 5 Runner (There are like 3 versions you can download, and google flagged 2 of them as viruses but the third was fine).
This game has a cinematic opening and first few areas. An international space laboratory has been able to cure numerous diseases, but a test virus got out and infected everyone on board! You are chosen to try to clear the contamination (which threatens to infect earth due to an automated shipment) or to die trying.
The initial exploration of the ship was suitably mysterious. After a time, I began to get stuck pretty early on. I consulted the hints, and would a few more times, and found that careful examination of everything was usually the key.
However, a few times I missed some puzzles I don't think I would have gotten because the game gave some negative feedback early on. For instance, I knew that many ADRIFT games have puzzles where you have to (Spoiler - click to show)X something, LOOK UNDER it, SEARCH it, or LOOK BEHIND it, so I spent the first twenty minutes of the game trying all of those things and (Spoiler - click to show)LOOK UNDER IT consistently said I can't do that or there's nothing there. It turns out that very late on in a timed sequence you have to (Spoiler - click to show)LOOK UNDER (or have already done so) to a scenery item. It just doesn't make much sense to me to have an action that the whole game has told me to be useless (and I was only trying anyway because of past ADRIFT experience) turn out to be super important in the end.
The story was pretty fun, especially the beginning and ending, but I was a little disappointed in the middle. The space station inhabitants are Chinese, and two rooms have Chinese names on them, but one was just Mao Zedong and the other was a title like 'fellow Scientist'; I was looking forward to some thoughtfully chosen bespoke Chinese names, but maybe that was just a weird expectation.
The best part to me was the initial exploration.
This was a pleasant adventure game someone hampered by programming issues from time to time.
I played the ‘modern’ version which doesn’t have the graphics that the retro does in the screenshots (which makes sense) but that image in the screenshots looks cool!
This game has Scott Adams vibe: just a fun adventure with minimal text and some atmospheric descriptions and most important items listed separately in each room description. You are on an island and need to find your way off, making use of local floral and fauna and the remnants of past visitors.
There were several issues that caused problems during gameplay. For instance, (Spoiler - click to show)if you get the wrench and drop it, you can never pick it up again. The same thing happens if you drop the reeds and aren’t carrying something sharp.
So, a fun concept and pretty good execution, but could use more polish.