Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Wordsweeper – A word guessing game based on levenshtein distance (wordsweeper.fun)
5 points by spencerldixon 14 days ago | hide | past | favorite | 2 comments
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!




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

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



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: