Project: Mastermind from The Odin Project. Developed a two player (Human, AI) environment where you have the choice between making or guessing the code.
Attempted to implement Knuth's algorithm for the most efficient AI solver by guessing the code that would eliminate the highest number of possible combinations until only the correct answer remained.