Settings

Theme

Show HN: Wordsweeper – A word guessing game based on levenshtein distance

wordsweeper.fun

5 points by spencerldixon 2 years ago · 2 comments · 1 min read

Reader

Hey HN,

I’ve been trying to spend more time working on small fun projects and wanted to share with you a fun word guessing game I made inspired by Wordle and Minesweeper.

Here’s how it works:

You guess a 5 letter word, and get back a score representing the “distance” between your guess and the correct word.

The lower the score, the closer you are to the correct word.

The score is calculated by taking the sum of the distance between the letters of your guess and the correct word, multiplied by the levenshtein distance between the guess and the correct word.

Scores for each guess are tallied into a final total. Try to win the game by guessing the correct word with the lowest score.

It’s also a PWA so it’s installable for on the go playing

I hope you enjoy it!

mdrzn 2 years ago

This feels similar to https://contexto.me/

skeptrune 2 years ago

This is a fun game. I definitely enjoyed toying around with it.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection