This project contains an abstract game simulator class to implement custom AI to generate guesses. Please see example.py for example on how to overwrite
python get_next_guess(self, guesses, pattern)
Use selenium to automate the game within browser.
The AI strategy is based off of the scores derived from
the documentation generate_scores.py will generate score csv.

