Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Meromy (Abandoned)View game page

Procedurally generated mental exploration, released for Bring Out Your Dead
Submitted by ikarth — 4 days, 5 hours before the deadline
Add to collection

Play abandoned game

Meromy (Abandoned)'s itch.io page

Creator's comments
Meromy was inspired by anomic aphasia, a mental disorder that makes it difficult to remember names. The idea was that you would rename the objects you encounter in the world with random nouns as the real names ran away from you.

I eventually abandoned the concept because it wasn't expressing the ideas I wanted it to. Most importantly: it didn't feel like aphasia.

But there's still some bits in there that worked. I really like the obscure randomness of the words it finds.

---

Playing the game

The controls are simple: click where you want to go and the character (represented by a rectangle in the prototype) will walk there. I spent some effort getting the movement to feel the way I wanted it. I was into one-button interfaces and trying to find concepts that would work well in the then-hot mobile market, so I designed it with that in mind.

I didn't want the character's walking speed to be the thing that slowed you down, so I used a lerping speed adjustment. Eventually, the plan was to replace the box with a character that used a dynamic walk cycle to match the speed.

The original plan was to have NPCs in the world who would task you with finding specific objects. As you walk through the mostly featureless world, you'll see boxes fall and land on the ground. These are the quest objects. The plan was to use a large library of object silhouettes.

When you click on one of the boxes, the name-selection interface pops up. Hold the button down and drag the cursor to the word you think is the correct name. The basic idea is that the correct name will run away from the cursor while the random words, pulled from a list of hundreds of thousands of nouns, will be attracted to it. Whatever name gets picked will be what that object is called from now on.

As the game continues, the idea was that it would be gradually more difficult to remember the assigned names. The NPCs would use the assigned name and giving them the wrong object would make them glitch and start swapping other words. Eventually, the background art and silhouettes would start glitching too.

Postmortem

In the end, the only parts that got implemented were the character's movement and the name picking.

The name picking turned out rather well. I really like the obscure randomness of the words it finds. I've used a little bit of this on other procedural generation projects, but looking this over again makes me think I should revisit that concept. There's a number of tools and APIs that can be used to get more semantic meaning out of random words. Exploring that is right up my alley.

I also like the look of the game, given its unfinished state. Obviously, it needs a lot more polish to really nail it, but the concept of cut-out animation viewed through dirty magnifying lenses in a dusty space is fairly striking.

The typography on the title worked out nicely too. If you do nothing else, just load the game up and walk to one side. That's something I'll probably revisit in a future project. I love the look of parallax and with more sophisticated camera shaders there's some nice tricks I can do next time.

Why I stopped working on it

One of the things that pushed me away from working on the project was discussion with people who have been affected by aphasia. Talking with actual patients made it clear that the mechanics I was trying to implement didn't feel to them like the disorder they were dealing with. After those conversations it felt disrespectful to use the aphasia label, which eliminated part of my motivation for making it.

I kept working on the project for a bit under the new name of Meromy. In the end, other personal tragedies killed the rest of my interest in the project. There's still some good ideas in there, and I really liked playing with the random word selection, but these days I've got other things that I'd much rather spend my time making.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I like the concept a lot - the idea that you have to pick a name for an object and then use that name consistently sounds progressively frustrating in a good way.