1
0
Fork 0
Go to file
Andrew Tomaka 249e3a077d
Fix markdown markup
2022-01-28 22:14:30 -05:00
lib Add the least amount of documentation possible 2022-01-28 22:12:50 -05:00
.gitignore Initial commit 2022-01-26 23:58:42 -05:00
.ruby-version Add the least amount of documentation possible 2022-01-28 22:12:50 -05:00
Gemfile Initial commit 2022-01-26 23:58:42 -05:00
Gemfile.lock Initial commit 2022-01-26 23:58:42 -05:00
Makefile Add the least amount of documentation possible 2022-01-28 22:12:50 -05:00
README.md Fix markdown markup 2022-01-28 22:14:30 -05:00
driver.rb Use dependency injection to provide various things 2022-01-26 23:59:05 -05:00

README.md

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.