Show HN: Squishword, a word game where meaning, not spelling, matters
Posted by sbloz 1 day ago
This is a little daily word game that I've been working on. I love crosswords and Wordle but they all use the spelling of words as the main constraint. With LLMs we can build "Squishy Systems", systems that don't have to be fully procedurally defined. That can give us games that feel more like playing a board game with friends. Games that require a human judge. Because they require a judge they aren't well explored for video games, especially outside of multiplayer.
Squishword is a simple first exploration of that. There's a tutorial so I won't explain all the mechanics. Simply: you try to move from one word to another by adding, subtracting, joining and dividing words. For example: "dog" splits into "bark" and "animal". You can do clever things like take "bark" + "plant" and make "tree". The inspiration comes from the "Wikipedia game" where you try to move from one random article to another just by clicking links.
Tuning the judge behavior for fair results took a lot of work, and I'm not 100% happy with it yet. I built more tools and visualizations than features in the game itself. Like the 11x11 matrix of logic and wit grades for every move, to try to get the judge distribution more even. This is a "simple" example of LLMs in a product, so I'm curious how more complex workflows are dealing with it.
Comments
Comment by ryanyz10 1 day ago
Scoring is also a bit opaque? But overall I think this is super fun and requires a lot more creativity than say wordle.
squishword · No. 1 · 31 Jul 2026 · hard · B storm + deft ÷ spark + sound × sound = jungle logic 85 · wit 60 · obscurity 37 Plainspoken Flawless Pioneer
Comment by sbloz 23 hours ago
Do you think the overall scoring, the per operation score, or both are too opaque? I tried to give clear visibility into the per opperation scoring. But the per puzzle scoring does need more attention. I want to reward both being smart short solutions and clever long solutions, so right now it's just an unhappy compromise.
I was hoping solutions would be sort of "personal". Share the interesting connections you came up with and different ways you think about words.
Comment by ryanyz10 22 hours ago
I think you achieved your goal! Again I think it’s super fun and it’ll definitely keep me coming back for a while