Skip to content

justinjdev/Sverdle

Repository files navigation

Sverdle

It's wordle, but different...

screenshot

Words are not restricted to 5 characters.
You get n+1 guesses, where n = word length.
I was too lazy to check validity, so I don't.
For a new game, just refresh the page.
There is no score keeping/etc.

npm install
npm run dev