Hacker News new | ask | show | jobs
by jlewis_st 4913 days ago
I was thinking that you could sum up the transition probabilities from the actual transitions available on the board as the main measure. Then you could use frequency by length to weight legal Boggle plays (3/4 letters and up, so 2-letter words wouldn't even count).

You're right that with a Boggle board you could just count up the available Boggle points by finding all the possible words, but that might miss some aspects of how hard the words are for a human to find.

1 comments

If you had enough real games data you could see how often a word is found when present and use that is a weighing factor. Although the arrangement if a word might also impact the likelihood to be found.
Changing the values of tiles will change the game, so you'll have a new mismatch. I think that a simpler fix would be to ban plays of fewer than three or four tiles are placed (I'd say four since three is still too easy). You can still score off the stupid two letter gotchas, but you have to place a three or four letter word down to score anything.

The game would end when all players had two few tiles to play.

I am speaking of Boggle, where the scoring is based on unique words.