Q: Is the game customizable?
A: Yes, extremely. Settings related to Android, game, UI and sounds are in different files. These files are commented and you can see them here: https://github.com/trimax-items/word_connect/tree/main/game_config
Q: If the customization options you provide are not enough for me, what can I do?
A: If you know hot to use Photoshop or any other similar app, then you can achieve your goal easily. All the steps are detailed in the help file.
Q: How many levels are supported?
A: There is no theoretical limit. Nevertheless, it depends on the number of words enter and configurations you make.
Q: How do you achieve flexibility in generating levels?
A: The generator features a concept called “Level Definition”. You can customize any level with grained options using this concept. To see the level generator options visit here: https://github.com/trimax-items/word_connect/tree/main/level_generator
Q: How does custom background images work?
A: The game automatically shows a different background image on the Thanksgiving day, Halloween and Christmas (if the language is Turkish only Christmas will show up). You can add other days and/or change the images. The game itself has 10 background images and cycles them. You can also add and these.
Q: How does the English dictionary work?
A: The Princeton University Wordnet online dictionary is used. It can be used for commercial purposes and free. This dictionary has been available for many years, however, I can’t guarantee its future.
Q: Can I embed a dictionary into the app for my language? A: Yes you can but I don’t recommend it because the APK will be bloated. Instead, you should use a PHP web server. The rest is explained in the help file.