1
0
Fork 0
wordle-solver/README.md

23 lines
334 B
Markdown
Raw Permalink Normal View History

# wordle-solver
Mess around with solving Wordle boards in horribly inefficent ways!
## Pre-requisites
* Ruby >= 2.7.5
2022-01-28 22:14:30 -05:00
* bundler
* Chrome
## Setup
1. `make install`
2022-01-28 22:14:30 -05:00
* Or manually run the commands for installation in the `Makefile`
2. `bundle install`
## Running
1. `ruby driver.rb`
2022-01-28 22:14:30 -05:00
* Watch it go!
`Ctrl+C` to exit.