Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 644 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 644 Bytes

Mastermind

Project: Mastermind from The Odin Project. Developed a two player (Human, AI) environment where you have the choice between making or guessing the code.

Learnings

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.

Run on Repl.it