Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevenwithaph/not-another-wordle-clone


https://github.com/stevenwithaph/not-another-wordle-clone

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Not Another Wordle Clone

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

# Developing

```bash
npm install
npm run dev
```

# Improvements

- [x] ~~Animating after guessing a word. Currently svelte 5 has an issue with transition delays: [#10876](https://github.com/sveltejs/svelte/issues/10876)~~ Went with a better method
- [ ] Pressing enter when a key is focused should enter the letter, rather than submit a guess