Skip to main content

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

The Pattern Beneath (TALP)View game page

A quiet, atmospheric text adventure about patterns, discovery, and what lies beneath the surface.
Submitted by relei2004 — 5 hours, 53 minutes before the deadline
Add to collection

Play game

The Pattern Beneath (TALP)'s itch.io page

Results

CriteriaRankScore*Raw Score
Story#82.6232.833
Documentation#82.2372.417
Puzzles#82.6232.833
Writing#83.0093.250
Beginner-friendliness#91.9292.083
Implementation#92.3152.500
Overall#92.4562.653

Ranked from 12 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Have you written a text adventure before?

No

What programming language/authoring system did you use to write this game?
QuestJS

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I like the theming of all the rooms, solved 3 so far! (spoilers) currently stalled in engineer room. Have a metal gear, have a fretsaw. haven't found valid use for saw yet. feel like I might need maybe another gear (or something like it) for the machine? otherwise I think it has to do with the two 5x5 grids in other rooms (esp the star chart, which I think is what looktostars might refer to), don't know how those might map to the 3x3 sockets though.

(+2)

For that part in the engineer room, try doing stuff with objects in the hunter room. The 5x5 grid isn't important yet.

(+1)

I think there's a bug with that (spoiler)

I peeked at the code. We have to use the wrench, but the text says we use the screwdriver.

Developer(+1)

Thank you very much, you’re right, the text is incorrect. I will fix it in the next version. Thanks for playing.

Developer(+1)

I have updated the game.

Submitted

I'm having a lot of trouble in the opening area. I've tried walking N, S, E, W. I've tried climbing the trees, vines, thicket. I've looked at my compass. I'm going to hold off on my rating until I better understand how to play this.

Developer

Thank for testing.  I wanted to avoid using directions like north, south, east, and west, and instead use very few verbs. That means only the verbs you see on the left or those listed in the help are available.

The tutorial covers the first two areas. So for the beginning it would be: use compass, and then to follow the path use path. Looking back, I think that wasn’t a very good idea 🙂

Submitted(+1)

Thanks! That really helps a lot!