Wordle Backend
Overview
For the learning experience, I tried using Svelte to create my version of the Wordle game. This is the backend part of the game.
Key Features
- Dynamic word fetching
- Dictionary updated through an external api
- Game logic provided to frontend