Code

Discussion on Wordle - React Web Application

Discussion on Wordle - React Web Application

Cart 71 sales

duckmetr supports this item

Supported

This author's response time can be up to 5 business days.

43 comments found.

Admob configured?

Is there an administrative panel, or if I need to change something would it be directly in the code?

without admin panel, frontend application

hey! when I installed the newest version of your code on my site I noticed that English is the only language you can choose. about a year ago German was there too, why did you abandon the other languages? can you please help me to set up German again? thank you very much :) greetings

сontact me by email duckmetr@gmail.com I will give you a guide on how to add a new language

Hi I am keen to purchase but want to know if it can be added to a Wordpress site.

Hi, I don’t know how it’s done, but customers who bought it were able to connect it to WordPress

I am looking for wordle game that can auto-update solutions on a daily basis like conventional wordle. Does your wordle have that capibility

I plan to put it on a wordpress site. Is it possible?

Will the page where I plan to run it allow Ads?

The word changes every day.

If you know how to host yourself.

You can add advertising yourself.

When playing in “Unlimited” mode and failing to guess the word. The answer-word is revealed and I can click on “Try again”. Upon clicking on “Try again” the revealed answer-word is changed into the answer-word of the next game.

Is it possible to not show the next answer word?

Hi,

The bug occurs because the animation of the modal window lasts longer when a new word is changed. So to fix insert this code (this function) instead of the old one.

In the updated code, it is checked whether the modal window really already has a closed state.

In the file src\hooks\useGameLogic.js the function newGame()

function newGame({ challenge, newBoardSize, newLanguage, newDay } = {}) { win && hideModal('win') defeat && hideModal('defeat') const waitFn = () => { if (!win && !defeat) { clearInterval(intervalId) newDailyGame(newLanguage, newDay) newUnlimitedGame(challenge, newBoardSize || newLanguage) } } const intervalId = setInterval(waitFn, 100) }

Thank you for fixing the bug. Much appriciated!

Hello, Is it possible to embed this onto an existing website built in php. Say I create a new page called games.php and embed this game. So that the page has the same template of the existing website.

Yes, it is quite possible. Your php file must contain the html tag That is where the game will be placed. Or another option, you can connect the game using the iframe tag.

Hello

Im interested to know what about Ads, Does this game have place to add ads if yes then where ?

Thank you

hello, I don’t quite get the license. Can the purchaser customize the code in regular and extended licenses? However, only extended licenses are allowed to resell the app after customization. Thanks

You can modify the code in both license versions. To sell, you need an extended license and create a unique product based on this code that is different from the original.

It show a blank page on Chrome and I found some error logs on the console log like this: index.js:27 Uncaught TypeError: Cannot destructure property ‘alpha’ of ‘this.items.find(...)’ as it is undefined. at Object.keyboard (index.js:27:13) at Keyboard (Keyboard.jsx:15:12) at renderWithHooks (chunk-BUQ3EWXL.js?v=840608fe:11568:26) at mountIndeterminateComponent (chunk-BUQ3EWXL.js?v=840608fe:14946:21) at beginWork (chunk-BUQ3EWXL.js?v=840608fe:15934:22) at HTMLUnknownElement.callCallback2 (chunk-BUQ3EWXL.js?v=840608fe:3674:22) at Object.invokeGuardedCallbackDev (chunk-BUQ3EWXL.js?v=840608fe:3699:24) at invokeGuardedCallback (chunk-BUQ3EWXL.js?v=840608fe:3733:39) at beginWork$1 (chunk-BUQ3EWXL.js?v=840608fe:19793:15) at performUnitOfWork (chunk-BUQ3EWXL.js?v=840608fe:19226:20)

Hi, contact by email duckmetr@gmail.com

Can I install this program on WordPress, if I upload the files using the file manager plugin? In the Live Preview, the letters were not presented with the colors. Is this color option available for the purchased product?

Q: Can I install this program on WordPress, if I upload the files using the file manager plugin? A: I will check and get back to you tomorrow.

Q: Is this color option available for the purchased product? A: Colors are set by variables in the style files – light.css, dark.css

Can I add a list of words that the person can guess? Does the app rotate the words, so that the person will be presented with different words when they visit my site often to play?

Q: Can I add a list of words that the person can guess?
A: The list of words is in a separate file, you can change them.

Q: Does the app rotate the words, so that the person will be presented with different words when they visit my site often to play?
A: No, the default list is 7k words, it is enough that the words are repeated quite rarely. (But I will put your suggestion on the to-do list).

Where we can host this website ?

on shared hosting (or any)

I meant does regular webhosting working or I need vps or cloud provider like vercel/horeku ?

regular web hosting is enough

Please check email I have a question can I install in wordpress this script and also if not can I add text in body like paragraph faq and can add more languages?

replied in an email

Hi. Couple things:

1. If a user fails to solve the word, they are told the solution. However once they have been shown the solution there is no way to get back to it and share their results. Game is effectively locked out until the timer resets. It’d be good to have a way to see what the solution was and still be able to share as uses may have forgotten what the word was.

2. A couple of occasions after using the hint, I then get the word right, but the letter that was hinted displays on the keyboard as not present in the current word. Result is that I find the correct word but the game doesn’t register it as the correct one. So I end up putting the correct word into the grid 6 times to be told I’ve lost, but the solution it reveals is the correct word I’d entered. I have a screenshot of this.

1. Ok, I agree.
2. To demonstrate, contact by email duckmetr@gmail.com

Hi. Purchased and doing some testing. I’ve amended the dictionary to contain just 2 words while I test. One is 7 letters, and one is 8 letters. However with I run the project locally, it’s only presenting a 4 letter game.

Also, after building and transferring to my hosting, when I go to the application it’s just a blank page with the title vite_app_name . .env is configured and the app runs locally.

Can you assist?

If I remove that it forces the unlimited mode, not the daily mode. How can I remove the switch to only make daily mode available?

In src/store/board.js the variable should be – mode: ‘daily’

All working – thanks for your support.

The app is returning a blank screen. What can we do about it?

We can discuss this issue in detail here duckmetr@gmail.com

Hello before purchasing I have some questions: - Is it possible to change the word list with my own using another language? - If I want to combine it with a score leader board and a daily mode using, is it possible?

Hello,

I have a few questions.

1. Can I get rid of the “daily” mode and just make it so the “unlimited” tab is the only option?

2. There seems to be no direct keyboard support, I have to manually click the letters on the website to type. Am I missing something, or is this how the game is programmed?

Thanks so much, and if you would like, we could email about this instead of doing it on here!

Hi there, I have some points I want to discuss with you, if you have time to help me.

1. Where in the code I can add some icons for a link on the first page (For example near the Statistics icon in the top left side I want also a icon for the home button)

2. Is it possible to add a file in parallel like dictionary with all the words between 4 and 11 letters from my language but keep the actual dictionary active as the main list of words that will be shuffled ? (this is just for dicovering the word, and not give the word was not found)

3. Is it possible to add a calendar feature ? For example to find the daily word from a month ago ?

1.
- Component path src/pages/home/components/toolbar/components/LeftPart.jsx
- path for icons src/assets/icons

2. If I understood correctly, you need two files for each language
- targets.json for checking words.
- answers.json to choose a daily or random answer word.
It’s possible.

3. The following functionality can be added.

Contact me at duckmetr@gmail.com if you need my help.

Is it possible to customize this template like wordplay.com and wordlewordle.org? and add more games in future?

yes it is possible

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey