Giter Site home page Giter Site logo

anti-wordle-weaponry's Introduction

Anti Wordle Weaponry

I'm the kind of person who sees a cool puzzle and thinks "I wonder if I can solve that". Of course, that's usually followed by "I wonder if I can get python to solve that faster".

Thus, Anti Wordle Weaponry was born. A great way to remove any enjoyment from a fun brain teaser. The original game can be found here

How the words are chosen

First, get a list of all words from NTLK.

Second, remove all words that aren't five letters in length.

Finally, calculate a weighted score. Currently, that's done by multiplying the frequency of each letter in each word by the 'uniqueness' of the word. For example, 'apple' has a raw score of 16267, and weighted score of 13013.6. The weighted score will only ever be lower, because we multiply by uniq/5, which in the case of apple is 4/5.

All of the above is done ahead of time using generate_data.py, because it's resource intensive, and dosen't change particulatly often.

Using this data, we can then make inteligent guesses by using the highest weighted word that fits the current game state.

anti-wordle-weaponry's People

Contributors

thetoddluci0 avatar

Watchers

 avatar

anti-wordle-weaponry's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.