Yes, this is another Wordle clone. This one has:
- 3-7 length words
- 3-9 guesses
- Dynamic light/dark mode
- Word sharing
- Virtual keyboard
- Custom daily words
- Statistics
- Dynamic game board sizing
This is my first ever big web project using a framework, Svelte.
- Clone the repository
- Run
npm i
to install the dependencies - Run either
npm run dev
to run a hot-reload localhost site, ornpm run build
to compile the code into HTML and JS.
A full list of words can be found in /wordfinder/words.ts
. It is taken from here and is from the scrabble dictionary.