https://github.com/atomaka/wordle-solver
https://github.com/atomaka/wordle-solver
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/wordle-solver
- Owner: atomaka
- Created: 2022-01-29T03:10:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T03:14:38.000Z (over 4 years ago)
- Last Synced: 2025-04-06T04:43:35.990Z (about 1 year ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.