jar

fr.avianey : minimax4j

Maven & Gradle

Dec 29, 2013
27 stars

minimax4j · Minimax4j is a pure java implementation of the minimax algorithm. It provides implementation of standard minimax but also provides alpha-beta pruning, negamax or negascout. This project can be use to implement two-person zero-sum games of perfect information such as chess, reversi, connect four, ...

Table Of Contents

Latest Version

Download fr.avianey : minimax4j JAR file - Latest Versions:

All Versions

Download fr.avianey : minimax4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window minimax4j-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

fr.pixelprose.minimax4j

├─ fr.pixelprose.minimax4j.Difficulty.class - [JAR]

├─ fr.pixelprose.minimax4j.IA.class - [JAR]

├─ fr.pixelprose.minimax4j.Move.class - [JAR]