Skip to main content

The Power of Pride Bundle 2026 — $10 PWYC Edition
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I like this a lot, as I said in my review. Just wanted to drop a note - is there an easy way to understand what the operand order is for the minus sign? I kept on getting different results than I expected.

Thank you, I'm glad you liked it! The order is first (closest) minus second (furthest), so:

(with P being the player, underscores being empty tiles, and the numbers being, well, numbers)

P_5_2

->

P___3

Hopefully the shoddy diagram clears things up lol

Ah I see . I had imagined it was something closer to reading order which explains why I never got what I expected at least half the time . One could imagine doing some sort of very minimal animation which would make this surface every single time with only a minimal delay. Of course the minimal delay might get annoying overtime . And now that I'm thinking about it I'm not really sure how it would animate it anyway because reading order would fight you on that exactly half the time .

Yeah I had planned to add an animation where the closer number slides into the further number, just didn't end up having time for the jam . I honestly hadn't thought about it but I now realize it is kind of confusing since the tutorial levels only feature left->right subtraction, so thank you for the feedback! I guess the answer would be to have a small level where you do right-left subtraction to demonstrate how it works.

yeah, that would make the most difference for the least effort.  good call.