JAMM (Just Another MasterMind): Mastermind implementation in Java including an AI.
- Download JAMM (jar, Java 1.7)
- Download User Guide (PDF, outdated)
- Documentation (Javadoc)
- Website
A nice little Master Mind implementation in Java. GUI, key bindings, up to 15 colors and 8 pins per row make the game fun to play. Particular special is the genetic (evolutionary) artificial intelligence (AI) based on a paper by Lotte Berghman, Dries Goossens and Roel Leus. You can be the Codemaker and watch the AI breaking the code.
- Run Netbeans (testet on Netbeans IDE 7.3)
- Select Open Project...
- Browse to the JAMM folder of this git repository
- Press Open Porject
- ... Do what ever you want ;)