Coder Social home page Coder Social logo

wordlehelper's Introduction

Wordle Solver

Introdction

Wordle is a game for smart people, which... I am not... So here is a small app I made to help people like me solve wordle.

Where to Play Wordle

You can play Daily Wordle by NY Times Here
Or you can play Wordle Infinitely Here

How To Use?

  1. Just Start the web App using the commands under How to Setup.
  2. You will see list of all possible words that wordle can accept on the left and on the right, you can controll the results based on what you got in the wordle.
    1. Green Means that the character is in correct position. So enter the character and its position.
    2. Yellow Means that the character is present but not in the right position. Enter the character and position.
    3. Grey Means that the character is not present in the answer word. Enter the character in that case (Position dosn't matter).
  3. Everytime you enter a word into the puzzle and filter it out in this app, you will narrow down the possible answers untill you reach your final goal.
  4. Good Luck

How to Setup

Start Backend

cd backend
pip3 install fastapi
pip3 install uvicorn
uvicorn main:app --reload

Start Frontend

cd frontend
npm install
npm start

Contributor

Me Alone... Its a small project I made when I was bored.

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.