alphabeta
There are 28 repositories under alphabeta topic.
manyoso/allie
Allie: A UCI compliant chess engine
fffasttime/Reversi-bwcore
A simple but relative strong Reversi bot running on botzone.org
sniklaus/teaching-minichess
the framework for my advanced artificial intelligence class, in which an artificial chess player is ought to be implemented
frankkopp/FrankyGo
Learning Go by implementing a Chess Engine
sniklaus/teaching-confour
the framework for my advanced artificial intelligence class, in which an connect-four player is ought to be implemented
sphynx/rokumon
Implementation of Rokumon game
zhangcirun/gomoku-engine
Gomoku game engine with different AI search algorithms
constantingoeldel/alphabeta-rs
Tools for epigenetic data analysis
guokla/renju_mtd
独立开发的五子棋程序,仅用于学习。based on QT5 framework, implemented the mtd algorithm。
Tearth/Proxima-b-2.0
Chess engine written in C# based on popular chess algorithms. Supports Chess Engine Communication Protocol and FICS.
wgerbert/C4Game
Connect Four Game
artiphishle/ch-grossmeister-api
Chess API built using Next.js & Docker
GervinFung/AndroidSimpleAIChess
First Android Project - Parallel AI Chess Game with 10 different levels
marcluque/Reversi-Server
Server to play with the Reversi AI https://github.com/marcluque/Reversi-AI
nzhang98/js-minimax-chessai
Simple Chess AI in JS using minimax with alpha-beta pruning. Final Project for the course Computer Science (Algorithms) 20602.
quentinlegot/Othello
Othello is a strategy board game created in 1971 based on Reversi game. This game is an ai-ai battle only (alphabeta or negamax algorithm)
yilverdeja/AI-in-a-row
Using Python, making a tic-tac-toe AI that uses a utility function and the Minimax Algorithm with Alpha Beta Pruning
cheretka/Artificial_Checkers
Implementation of checkers (draughts) strategy board game with AI
evolutionsoftswiss/tic-tac-toe-android
Android Tic Tac Toe sample App with simple user interactions.
igavriil/two-player-ai
Intelligent agents for two player games
natalib1/game-trees
Planning agents for the classic version of Pacman with ghosts
righthandabacus/tttai
tic-tac-toe using old school AI
RishabhTyagiHub/AI---AlphaBetaPruning
A program to determine the minimax value for given positions of the Reversi game, using the Alpha-Beta pruning algorithm with positional weight evaluation functions.
RozhanMk/Connect4
Connect4 with Alphabeta and minimax
yaniferhaoui/connect4-minimax-alphabeta
Connect4 : Minimax AI with Alphabeta Pruning
florianvazelle/Connect4Solver
A perfect play program to solve Connect4
Raffaello/board-m-n-k
Tic Tac Toe generalization board game