minimax4j icon indicating copy to clipboard operation
minimax4j copied to clipboard

A generic JAVA implementation of the Minimax algorithm (and derivated...)

Results 2 minimax4j issues
Sort by recently updated
recently updated
newest added

`Move` is a class, it must be extended, not implemented. https://github.com/avianey/minimax4j/blob/fcb7a9c77b069cfdcc8134e6a9f09941519fdc21/minimax4j-sample/src/main/java/fr/avianey/minimax4j/sample/tictactoe/TicTacToeMove.java#L36

http://en.wikipedia.org/wiki/Transposition_table http://en.wikipedia.org/wiki/Zobrist_hashing

enhancement