Skip to content

ScriptRaccoon/Svordle

Repository files navigation

Svordle

https://svordle.netlify.app

This is a version of the Wordle game made with Svelte. You can choose between English and German.

screenshot english version          screenshot german version

You can also share your result after each game.

Svordle 🇬🇧 4/6

⬛🟨⬛⬛⬛
⬛🟩⬛🟩🟩
🟨🟩⬛🟩🟩
🟩🟩🟩🟩🟩

The backend uses Netlify's serverless functions. The correct word is never visible to the client (unless the guess is correct, of course). Notice that in the original Wordle game the correct word is visible in the browser's localStorage, which makes it possible to cheat.

The German word list is generated from https://sourceforge.net/projects/germandict/files/

About

Wordle made with Svelte and Netlify's serverless functions

Resources

License

Stars

Watchers

Forks