HackerTrans
TopNewTrendsCommentsPastAskShowJobs

almara

no profile record

Submissions

Show HN: I made a math puzzle game

mafflegame.com
2 points·by almara·hace 2 años·1 comments

Show HN: Waffle Shaped Math Game

mafflegame.com
2 points·by almara·hace 2 años·1 comments

Show HN: My spin on a crossword-style game

alphabetclues.com
7 points·by almara·hace 2 años·3 comments

Show HN: Namenerdle, a Wordle for Names

namenerdle.com
1 points·by almara·hace 2 años·1 comments

comments

almara
·hace 16 días·discuss
Fun! I like how the puzzle naturally gets easier as you solve it. How do you decide which words to include?
almara
·hace 4 meses·discuss
Love the shifty eyes. Nice work!
almara
·hace 4 meses·discuss
This is cool but please remove the fly buzzing noise!
almara
·hace 5 meses·discuss
Nice twist on boggle. Needs dark mode for me or will start to strain the eyes.
almara
·hace 5 meses·discuss
Actually on a second look the wordlist has 279,498 words. I think it was only partially loaded when I first checked.

That bumps the math to log₂(279,498) ≈ 18.1, so 19 guesses in the worst case and about 18 on average with perfect play
almara
·hace 5 meses·discuss
Interesting.

The word list / dictionary provided by the site only had around 170k lines so it must not be a complete version.

I would guess they have excluded some obscure words. I can't see anywhere in the information which dictionary is used.
almara
·hace 5 meses·discuss
Some interesting math here.

You’ve got ~170k possible words and a pure higher/lower signal, so with perfect play it’s just binary search. Number the words 1 to 170k, guess the middle, then keep halving the range. In binary terms, each guess is basically telling you whether the next bit is 0 or 1.

Since log₂(170,000) ≈ 17.4, you need at most 18 guesses. On average it’s a bit less: about half the words take 18 guesses, a quarter take 17, an eighth take 16, etc. So the expected number of guesses works out to 17.

All of that assumes you know the exact ordering of the dictionary, of course. Once you don’t, it stops being optimal and starts being human. That’s where the difficulty actually comes from.
almara
·hace 2 años·discuss
Inspired by wafflegame.net
almara
·hace 2 años·discuss
Inspired by the Waffle word game (https://wafflegame.net/) I built a math version :)
almara
·hace 2 años·discuss
Good point, thank you - I'll have a think about how to make it less annoying.

Re: the timer, whoops! I'll fix that asap.

Glad you enjoyed it and thanks for taking the time to give me feedback :)
almara
·hace 2 años·discuss
As a crossword lover, I’ve toyed with the idea of making a digital-first word game that combines clues to find hidden answers with linked letters.

This take allows for other features not present in traditional crosswords to be introduced, for example, different levels of difficulty (i.e. more letters paired = easier and viceversa) or having more flexibility when it comes to clue-making.

This is my first version, hope you like it!
almara
·hace 2 años·discuss
Love it! I would like the possibility to keep trying when I fail.
almara
·hace 2 años·discuss
Hey! I built a clone of wordle where answers are names as a small fun side project for name lovers like me. Enjoy :)