Search Unity

Free Wordle Solver

Discussion in 'Scripting' started by LaneFox, Jul 6, 2022.

  1. LaneFox

    LaneFox

    Joined:
    Jun 29, 2011
    Posts:
    7,536
    The Blog Post is here.

    I was curious how Wordle worked internally, so on my lunch break I decided to check it out. Ended up making a solver pretty easily and thought I would share the results with everyone in case anyone else was curious and it didn't take much time at all.

    It basically just dumps it all into the console like this:

    upload_2022-7-6_16-31-33.png

    But it also dumps out a log that you can copy out from the console for whatsapp messages and stuff using Unicode characters.

    upload_2022-7-6_16-32-53.png
     

    Attached Files:

    Last edited: Jul 11, 2022
  2. LaneFox

    LaneFox

    Joined:
    Jun 29, 2011
    Posts:
    7,536
    Updated the code and made a blog post about it.
     
  3. Bunny83

    Bunny83

    Joined:
    Oct 18, 2010
    Posts:
    4,004
    I think this thread should be moved either to the Made with Unity subforum or maybe one of the Work in Progress subforums. Please don't create showcase threads in the scripting forum. Especially when you plan to post regular updates. Those would bubble to the top and hide other scripting related questions.

    If you just wanted to discuss this topic, the General discussions forum may also be a viable place.
     
    LaneFox likes this.