Commit Graph

4 Commits

Author SHA1 Message Date
Cynopolis 0449271edc Added the wordle game to the program 2022-05-03 20:32:58 -05:00
Cynopolis 309625935a Changed the word list to the actual word list 2022-05-03 20:06:32 -05:00
Cynopolis eb1f944589 Changed the multiprocessing implimentation
Each thread now handles a single word at a time instead of a whole list. This allows the workload to be more evenly distributed across threads and stay more parralel
2022-05-03 13:43:54 -05:00
Cynopolis 7b3795f0d0 Started creating a tester for the wordle solver 2022-05-02 22:18:12 -05:00