Thenlie / turtle

"Wordle" clone
https://wurtle.herokuapp.com/
MIT License
3 stars 2 forks source link

Implement multiple word lengths #68

Open Thenlie opened 2 years ago

Thenlie commented 2 years ago

Multiple Word Lengths

Users can select a number from 3-6 which will determine the length of word they need to guess. This will involve getting additional dictionaries (or using an API), updating the front end components and refactoring the Game component to work with dynamic word lengths.