alpha-beta-pruning topic
tic-tac-toe
AI based tic tac toe game that is impossible to win. Think you can beat a computer? Well, you can't.
Chess-AI
A Java Project which implements playing chess with the computer which uses Alpha-Beta Pruning.
andoma
♟️ A chess engine with alpha-beta pruning, piece-square tables, move ordering, and command-line UI.
Tic-Tac-Toe-AI
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning
AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
Sanmill
Sanmill is an open-source, UCI-like Mill/Morris/Merrills/Mühle/Malom (and its variants) program with CUI, Flutter GUI and Qt GUI, sharing and freely distributing the code, tools and data needed to del...
Tic-Tac-Toe
An unbeatable game of Tic Tac Toe.
Cpp-Gomoku-with-AI
C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerfu...
Artificial-Intelligence-Assignments
A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D
gomoku-ai-minimax
Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning