its-faraz / wordle_solver

I created Wordle-Solver using MATLAB-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle

Wordle is a web-based word game created and developed by Welsh software engineer Josh Wardle and owned and published by The New York Times Company since 2022. Wordle is very simple to play, but harder to crack. The deduction game requires the player to come up with a five-letter word. Players are given up to six guesses to complete the word and this word changes every day. Wordle got famous very quickly during the pandemic when people start spending more time online and quickly became an internet sensation. I discovered Wordle about four months ago and I’ve been playing it ever since and it has become part of my morning routine. I loved it so much that I challenged myself to create a Wordle-Solver. There were some python implementations available, so I decided to perform this task using MATLAB gui. My problem-solving skills came in very handy while performing this task.It took me almost two days to perform this task and it was a very fun and enriching learning experience.

Setup

To install this app first of all, go the app Tab and then click on install app.

image

After that navigate to the folder where the wordle-solver app is saved.

image

Open it and just install it. Once it is installed you can find it in the app tab.

image

Click on Wordle Solver and start playing.

App Interface

The following figure shows the interface of the app. On the top left, you can write your five-word letter, and on the bottom right table, it suggests the word with the highest score.

image

Try not to lose.

image

Just follow the suggestion and you will be fine.

image

Have fun playing :).

About

I created Wordle-Solver using MATLAB-gui