Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenwithaph/not-another-wordle-clone
https://github.com/stevenwithaph/not-another-wordle-clone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevenwithaph/not-another-wordle-clone
- Owner: stevenwithaph
- License: mit
- Created: 2024-05-17T21:59:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:40:39.000Z (5 months ago)
- Last Synced: 2024-07-29T18:50:44.933Z (5 months ago)
- Language: TypeScript
- Homepage: https://not-another-wordle-clone.vercel.app
- Size: 214 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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