Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 227 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 227 Bytes

mastermind

Play mastermind game using a simplification of the Knuth's mastermind algorithm. In particular the moves are searched only between the possibile solutions. This is suboptimal, but makes the algorithm much faster.