Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.04 KB

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