Skip to content
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

player should allowed to type any word of their choices with the same initial chars. #5

Open
neizod opened this issue Sep 5, 2018 · 0 comments

Comments

@neizod
Copy link
Owner

neizod commented Sep 5, 2018

example of current behavior:

  1. words on board are hello, hi, goodbye, appearing in this order.
  2. player start typing h.
  3. game engine lock player's current word to hello and highlighting it as _h_ello.
  4. player is forced to complete typing hello only, they can not type hi.

this is not so good behavior, it should be this instead:

  1. game engine match every words beginning with h, so it highlight _h_ello and _h_i.
  2. player have their freedom to choose to complete hello or hi.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant