An advanced AI to play the 2-player board game Othello
-
Updated
Jan 14, 2017 - Java
An advanced AI to play the 2-player board game Othello
Tests Minimax, Alpha-beta strategies in a (Comp vs. Comp) board game.
Java Chess Game with AI Computer player
A generic JAVA implementation of the Minimax algorithm (and derivated...)
TicTacToe is a mini project developed to implement MiniMax and MiniMax with alpha-beta pruning to decide wich action the computer has to perform.
Connect 4 Minimax with Alpha Beta Pruning
Othello game framework made with JavaFX which can be use for testing Othello AI Agents.
an Java AI Bot implementation for mancala (kalah) game using alpha-beta pruned minimax algorithm
Whirlwind game made in Java
A Java version of the game "Four In A Row". Learning about Minimax, Alpha-beta pruning and NEAT.
An awesome Java Chess with AI and network socket
A simple AI for TicTacToe with Alpha-Beta pruning and binary encoding for the board
An AI for a modified Reversi version. The AI works with a game server that manages the game (https://github.com/marcluque/Reversi-Server)
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning
Add a description, image, and links to the minimax-search topic page so that developers can more easily learn about it.
To associate your repository with the minimax-search topic, visit your repo's landing page and select "manage topics."