ladybird/Userland/Games/MasterWord
Paweł Łukasik 01c7158ffe MasterWord: Check guesses against the word list
Previously guesses were not checked which allowed guesses
like 'aaaaa' to be entered.

Currently there's an option to set if a guess should be checked
against the dictionary and rejected if it doesn't exist there.

Additionally settings from Game menu have been moved to its own
entry - Settings.
2022-05-26 21:44:58 +01:00
..
CMakeLists.txt Games: Add MasterWord 2022-03-18 04:55:21 -07:00
main.cpp MasterWord: Check guesses against the word list 2022-05-26 21:44:58 +01:00
WordGame.cpp MasterWord: Check guesses against the word list 2022-05-26 21:44:58 +01:00
WordGame.h MasterWord: Check guesses against the word list 2022-05-26 21:44:58 +01:00