10 comments found.
merhaba güzel bir oyun. üyelik sistemi yapılabilir mi?
hello, nice game. Is it possible to make a membership system?
Hi, thanks. I don’t quite understand what you are talking about, please describe in a little more detail.
Hello, I bought the WORDLE game which I adapted to work wih Greek. It is fine except that if seems to give an incorrect appearance of duplication of letters:
Example If there is only one T in the word and the player finds the spot, then any other T in any other spot should be grey (It is Yellow). If however a word has 2 ts and one is placed correctly and the other isn’t, the the correct one would be green and the incorrectly placed one would be yellow, so the player knows to continue trying to find the correct spot for the second T.
Pls kindly advise how to correct Many thanks in advance
ST
I have played similar games, it seems that you are right. Soon, I will fix it in the next update.
The new version is ready for download, check if it works as you expected.
Can I add my own words and hints? If yes, then How?
Yes, it is possible.
For each available language, a *.json file (en.json, ua.json) is created in the dictionary folder. The file structure is, for example [“apple”, “car”, “home”]. Also in the locales folder, the translation is arranged in a similar way.
Hints work in such a way that the player opens one letter at a time from the current puzzled word.
Hello,
I want to add your app on my website don’t want to create an app. Can please guide what to do?
In the build folder there are ready files for uploading (html, css, js, images, etc.).
If you let me know what your site is built on or how you usually add new content, I’ll try to help you with further setup.
I did set it up and it’s working, need to know one thing how can I change the main title, I am unable to find it
In this case, you still have to create a program.
I recorded a short tutorial.
https://www.youtube.com/watch?v=uLZYHOt5bFw
it’s amazing!
So no wordpress plugin? ok looks like I will have to finally find out that when they say ” -Run the installer. ” where do we run the installer ?? also just before i begin this quest! will it install ok on hostgator shared hosting?
question: So no wordpress plugin?
answer: no, this is not a wordpress plugin.
question: where do we run the installer ??
answer: on your PC or other device.
question: will it install ok on hostgator shared hosting?
answer: use the build folder
p.s you can skip the quest! if you don’t intend to make changes to the game
Thanks for the comprehensive answer
Cool game! I recomendate!!!!
thanks)
the installation document said we have to install nodejs how to do it?
The documentation also describes how to do it.
-Download the installer from https://nodejs.org/en/download -Run the installer. -Follow the installer steps, agree the license agreement and click the next button. -Restart your system/machine.
I cant i want to install wordio in apache server
I realized. You can skip these steps. In the archive, the “build” folder contains ready-made code for sending to your server. Download everything in it in the usual way for you.
I did and the script not working !
Contact your administrator. I do not have sufficient knowledge of apache server.
I really like it. I am Dutch and tried the Netherlands language but the word Is Needed to guess I think does not exist and even the most common dutch words are not on your list.
I don’t speak that many languages, so I used a translator, so there may be some inconsistencies. A separate “src/locales/{lang_code}.json” file is created for each language, which contains approximately ~30 lines for translation. I think it will not take much time to correct the text in the language you speak. Ideally for me, if you want, you can share your translation and I will make changes in future updates.
The word list is also created separately for each language “src/dictionary/{lang_code}.json”, so you can customize your word list as you see fit. In the next update I will add more word options.