No description
lib | ||
.gitignore | ||
.ruby-version | ||
driver.rb | ||
Gemfile | ||
Gemfile.lock | ||
Makefile | ||
README.md |
wordle-solver
Mess around with solving Wordle boards in horribly inefficent ways!
Pre-requisites
- Ruby >= 2.7.5
- bundler
- Chrome
Setup
make install
- Or manually run the commands for installation in the
Makefile
- Or manually run the commands for installation in the
bundle install
Running
ruby driver.rb
- Watch it go!
Ctrl+C
to exit.