Very intriguing and fun little game! I really like the story/setting that was done for this so far!! It’s fairly reminiscent of Void Stranger with the way the tutorial is self-taught / new elements get introduced slowly / some of the new elements punish the previous habits formed. Nice job! (Reached floor 19 before the pitfalls made me cry lol)
Jawdan
48
Posts
51
Followers
47
Following
A member registered Mar 03, 2018 · View creator page →
Creator of
Game Made With Custom "Hot Path"-Presenting Programming Language
Play in browser
Short Relationship Focused Sci-Fi-y Text-Based Adventure Game.
Interactive Fiction
Play in browser
Solve cool laser puzzles to steal from idiots' houses
Puzzle
Play in browser
You dragon. You adventure. You platform. Bad bad mushrooms.
Platformer
Play in browser
Recent community posts
Thank you for the report, I really appreciate it!!
- I hadn't encountered, even after multiple playthroughs and tests, the "multiple items that consume the same item" issue until you mentioned it! I did double check in engine and yup your right! This was probably just RNG and I was sure there code that prevented this but whoops ig, thanks! (I've added it to the list)
- The "incorrect domino effect" / "severe lag on clicking the ambiguous cells in larger boards" are actually the same issue! I went a lil' bit more in-depth on this post/reply but its mainly because the board state is "too ambiguous" and it struggles to get solved by my solver!
- Yeah the game is generally unbalanced but yeah the gold is especially bad xd
Ah so more or less,, (bit of a technical breakdown, sorry in advance) when making the boards it does the following steps:
- Random fill
- Generate labels based on fill
- Solve the final board solution based on the labels. This ends up with filled, crossed out, and ambiguous(!) cells
- Test ambiguous cells to see if they're really "abiguous" by filling and crossing and seeing if both solve nicely (if one doesn't, then it's state is the other one!). This step is currently what messes up as, for 20+ rows/columns mainly, even when it places and tests it doesn't solve completely!
The broken ones usually look like this (as you might’ve encountered!):

Anyways, thank you so much for playing and having fun with it!! :)
Hehe nice! I’m glad you look to be enjoying it so far :)
The item pickup order bug is a pain,, but getting around it with a pickup order (in-case you need it!) of the following (spoiler tag - click me) should get you there!
[Hammer] then all 10 [Nails] then [Maelstrom]
and in parallel
[Fire] and [Wind] then [Lightning]
Echoes of the Infinite Recursor jam comments · Posted in Echoes of the Infinite Recursor jam comments























