A word game similar to the viral one, but with customizable board sizes and randomized, shareable puzzles.
- Guess the mystery word in the specified number of tries (default is 6)
- Each guess must be a valid word of the specified length (default is 5)
- The color of the tiles will change to show how close your guess was to the word
- 🟩 Green: the letter is in the word and in the correct position
- 🟨 Yellow: the letter is in the word but not in the correct position
- 🔲 Gray: the letter is not in the word
- Create settings page for custom board sizes
- Move dictionary to data store
- consider grooming dictionary for unreasonable words
- Use theme styling
Clone the repository
- Run
npm i
- Run
npm run dev
- Run
npm run test