Lexica is a word game that is available on the Android platform. Players are given 3 to 30 minutes to find as many words as possible on a grid of random letters.
Features:
- 4x4, 5x5, and 6x6 game boards
- Several international dictionaries, with a combined total of millions of words
Please report any issues or suggest features on the issue tracker.
We use Weblate to manage translations. Please see these instructions for using Weblate to translate Lexica.
Pull requests will be warmly received at https://github.com/lexica/lexica.
This app uses a typical gradle
folder structure.
- To build (a debug version):
gradle assembleDebug
- To run tests:
gradle test
Alternatively, you can import the project into Android Studio and build/run tests from there.
This fork is based on the original Lexic.
So far, differences include:
- Removed unsupported multiplayer options
- Better support for screens with higher resolutions
- Action bar support
- Minor Tweaks to the UI