-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid words bug #30
Comments
Same with tilda. "NARWHAL~ " is a valid word. |
I was thinking of creating a function that will just check the string if it has a character that is not a letter, which would then return false to the function that checks the word itself. |
I submitted a possible solution. I'm pretty sure it works (logically at least), but at least the idea is still there. |
That pull request was not Swift :) |
If anyone wants to think about a solution for this one, this may be the way to approach it;
|
If you use a word that is not allowed (for example, ironically, the word application), you can press a character (space, period, etc.) and start a new word afterwards, that old word remains
The text was updated successfully, but these errors were encountered: