Python
A Discord wordle bot that keeps track of daily and average Wordle scores. Uses the format of Wordle's "share" feature to parse information based on the user's daily guess. This data is stored and can be viewed at any time, whether in a leader board among multiple participants or a personal description.
During this project, I learned how to use asynchronous functions, the Discord API, and parsing/saving to JSON files.