Skip to content

stevenwithaph/not-another-wordle-clone

Repository files navigation

Not Another Wordle Clone

As the name suggests, it's a wordle clone. Wanted try and make something with svelte.

Developing

npm install
npm run dev

Improvements

  • Animating after guessing a word. Currently svelte 5 has an issue with transition delays: #10876 Went with a better method
  • Pressing enter when a key is focused should enter the letter, rather than submit a guess

Releases

No releases published

Packages

No packages published