An open API service indexing awesome lists of open source software.

https://github.com/atomaka/wordle-solver


https://github.com/atomaka/wordle-solver

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# wordle-solver

Mess around with solving Wordle boards in horribly inefficent ways!

## Pre-requisites

* Ruby >= 2.7.5
* bundler
* Chrome

## Setup

1. `make install`
* Or manually run the commands for installation in the `Makefile`
2. `bundle install`

## Running

1. `ruby driver.rb`
* Watch it go!

`Ctrl+C` to exit.