JAMM

Just Another MasterMind: Implementation in Java including an AI based on an evolutionary algorithm.

GPL-3.0 License

Stars
7

JAMM

JAMM (Just Another MasterMind): Mastermind implementation in Java including an AI.

General Inforamtion

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.

Build/Edit JAMM

  • 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 ;)