C# chess library containing a complete data structure and move generation.
-
Updated
Jun 29, 2024 - C#
C# chess library containing a complete data structure and move generation.
A superhuman chess engine written in Java.
A terminal implementation of the game Quoridor with an engine
Zero + is a Gomoku AI that implements threat space search, minimax with alpha beta pruning optimized with Zobrist and linear sequence cache, Principal Variation Search, and Monte Carlo Tree Search.
Quoridor game implementation integrated with a versatile and reusable AI agent for solving two-player board games
A python based chess engine
A UCI-compatible chess engine, capable of beating (most) human players.
Efficient Algortihm for Tic Tac Toe game ai with alpha beta pruning
A gomoku player via Min-Max Search and Alpha-Beta Pruning, running on https://botzone.org.cn/
A chess AI built using minimax, alpha-beta-pruning, and Zobrist hashing algorithms
a C++ chess engine with support for full chess rules and an AI opponent. It implements move generation, position evaluation, and a minimax search with alpha-beta pruning to choose the best moves. This project is designed to be modular and extensible.
A full MTD(f) implementation. 2x faster than AlphaBeta.
Uses bitboards for speed and alpha beta to search for best move
My first chess bot - Bitboard, Alpha-Beta Prunning, Zobrist hashing - ELO 900-1000
AI team project — Domineering board game AI engine — Python • Game state evaluation heuristic • Alpha-beta pruning • Move ordering • Transpositon table • Zobrist hashing
Chess AI game in python using alpha beta pruning
ZZT slider puzzle generator
CS 175 Checkers AI Project
Add a description, image, and links to the zobrist-hashing topic page so that developers can more easily learn about it.
To associate your repository with the zobrist-hashing topic, visit your repo's landing page and select "manage topics."