-
Notifications
You must be signed in to change notification settings - Fork 0
Future enhancements for the word guessing game #386
Copy link
Copy link
Open
Labels
backendRelated to the backend APIRelated to the backend APIbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestfrontendRelated to the frontend applicationRelated to the frontend application
Description
Frontend
- Type and delete letters from keyboard
- Show animations when letter results are revealed
- Make game size responsive instead of fixed
Backend
- Fix issue where different API nodes do not know how many guesses you have made
- Fix issue where game logic does not check how many times a letter should appear in the word
- Replace state handling logic in API with stateless game class
- Use sets to make valid word lookups faster
- Expand the list of valid words
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendRelated to the backend APIRelated to the backend APIbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestfrontendRelated to the frontend applicationRelated to the frontend application