This is an open source project with the goal of creating a bot that can solve Wordle puzzle in the most efficient way possible.
We will be using python and list of Wordle words to narrow down the possible answers after inputting each word into Wordle.
Currently, this project will use the command line to select possible answers, but it would be interesting to implement Selenium in the future to actually play the game.
This is a fun project and I am very open to contributions from newer programmers. Ultimately, I would like to develop community with other programmers and see what we can build.
To come soon...
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request