alpha-beta-pruning topic

List alpha-beta-pruning repositories

tic-tac-toe

7
Stars
9
Forks
Watchers

AI based tic tac toe game that is impossible to win. Think you can beat a computer? Well, you can't.

Chess-AI

7
Stars
5
Forks
Watchers

A Java Project which implements playing chess with the computer which uses Alpha-Beta Pruning.

andoma

141
Stars
25
Forks
Watchers

♟️ A chess engine with alpha-beta pruning, piece-square tables, move ordering, and command-line UI.

Tic-Tac-Toe-AI

46
Stars
31
Forks
Watchers

A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning

AnimalChess

91
Stars
11
Forks
Watchers

Animal Fight Chess Game(斗兽棋) written in rust.

Sanmill

171
Stars
24
Forks
Watchers

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

80
Stars
42
Forks
Watchers

An unbeatable game of Tic Tac Toe.

Cpp-Gomoku-with-AI

64
Stars
22
Forks
Watchers

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

20
Stars
3
Forks
Watchers

A-List of all the Assignment done in Artificial Intelligence Course @IIIT-D

gomoku-ai-minimax

38
Stars
12
Forks
Watchers

Artificial Intelligence for the game Go-Moku using the Minimax Algorithm with Alpha-Beta Pruning