ikarus23 / JAMM

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

Home Page:https://jamm.icaria.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://jamm.icaria.de

License:GNU General Public License v3.0


Languages

Language:Java 100.0%