Skip to content

This project is to create an agent that plays the game of Mastermind. This is an assignment for my Artificial Intelligence class. I use mini-average strategy to choose the next guess.

License

Notifications You must be signed in to change notification settings

guangjieguo/mastermind

Repository files navigation

mastemind

This project is to create an agent that plays the game of Mastermind. This is an assignment for my Artificial Intelligence class. The engine is given by our lecturer Lech Szymanski. What I did is to build my_agent.py that plays the game. I use min-average strategy for choosing the next guess, and I believe it is better than mini-max and as good as the max-entropy method.

For a further detail of the algorithm, please see my_report.pdf.

About

This project is to create an agent that plays the game of Mastermind. This is an assignment for my Artificial Intelligence class. I use mini-average strategy to choose the next guess.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages