Last Version

minimax4j 1.0.0

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, ...

License

License

Categories

Categories

Avian
GroupId

GroupId

fr.avianey
ArtifactId

ArtifactId

minimax4j
Version

Version

1.0.0
Type

Type

jar
Description

Description

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, ...
Source Code Management

Source Code Management

https://github.com/avianey/minimax4j

Download minimax4j 1.0.0


<!-- https://jarcasting.com/artifacts/fr.avianey/minimax4j/ -->
<dependency>
    <groupId>fr.avianey</groupId>
    <artifactId>minimax4j</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.avianey/minimax4j/
implementation 'fr.avianey:minimax4j:1.0.0'
// https://jarcasting.com/artifacts/fr.avianey/minimax4j/
implementation ("fr.avianey:minimax4j:1.0.0")
'fr.avianey:minimax4j:jar:1.0.0'
<dependency org="fr.avianey" name="minimax4j" rev="1.0.0">
  <artifact name="minimax4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.avianey', module='minimax4j', version='1.0.0')
)
libraryDependencies += "fr.avianey" % "minimax4j" % "1.0.0"
[fr.avianey/minimax4j "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.