billthefarmer / gurgle

Fairly simple android word game

Home Page:https://billthefarmer.github.io/gurgle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature requests

bluetechgirl opened this issue · comments

There are a few things that can be done to improve the app:

  1. The UI can be too small in some cases. It needs a setting to adjust the zoom level and to make the keyboard larger.
  2. It would be nice to be able to adjust the difficulty as well. A few ways I can think of are adding settings to adjust the word length. the length of the recent words list, and the obscurity of the words that are chosen. Though I'm not sure how feasable the last one is.
  3. Ability to create custom themes.
  4. Setting to move the enter key to the right. It's very awkward for me to have it on the left.

I have added scaling to the display so that it expands to fit the space available. And a long touch on either of the enter/backspace buttons will reverse them. This will be in the next version.

Screenshot_20230613-153124 1

The difficulty is determined by the available dictionaries in the languages supported. Similarly for longer words. I have already added extra themes at the request of users, implementing custom themes is beyond the scope of the project. However anyone is welcome to clone it and add their own functionality.