Wordle clone "Svordle"

2022

This is a version of the Wordle game made with Svelte. You can choose between English and German. You can also share your result after each game.

As in the original, the game can be played both with a normal keyboard (when using a PC) and an integrated keyboard (when using a mobile device). Several animations improve the user experience.

The backend uses Netlify's serverless functions. The correct word is encrypted and 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 local storage, allowing users to cheat. This is not possible here.

screenshot
  • Browser game
  • Full Stack
  • Svelte
  • Tutorial