Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

schmelto/wordle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is no longer maintained and archived. Feel free to fork and adapt your own changes if you want to continue this project.

Wordle Solver

This tool helps you to resolve the daily Worlde Game.

image

How to use

Local usage

  1. Clone the project to your local computer for exampy by using:
git clone https://github.com/schmelto/wordle_solver.git
  1. Go into the cloned folder (cd wordle_solver) and install the dependencies by running:
npm install