quiescence-search
There are 20 repositories under quiescence-search topic.
kelseyde/calvin-chess-engine
A superhuman chess engine written in Java.
TheBlackPlague/StockDory
A C++ Chess Engine Finding Best Moves.
yigitkucuk/theodora
A chess engine enhanced with transposition tables, move ordering, null move pruning, aspiration window, alpha-beta pruning, quiescence search, and opening books.
danthurston/BeatMyChessAI
A multi-algorithm chess game that aims to teach AI concepts through experimentation. Users can select from four algorithms to compete against, as well set the search depth.
nadeem4/chess_engine_using_python
Chess Engine Implementation using Minmax, Alpha-Beta Pruning, and Quiescence Search Algorithm.
ericyhliu/kasparov-chess-ai
Chess AI built in Java, compatible with UCI.
patterson-tom/Dionysus
A UCI-compatible chess engine, capable of beating (most) human players.
TheLuckyCoder/ChessEngine
A UCI-compatible Chess Engine written in C++20 with an Android and WearOS Interface
Izy266/Karls-Sun
A python based chess engine
i13e/osmanthus
♟️ An algorithmic chess engine, written in Python.
imranakki/OBSIDIAN
OBSIDIAN, a smart Python chess engine, plays strategically at a level of approximately 2000 ELO. uses Minimax Algorithm and Alpha-Beta Pruning
felixwortmann/quiescence_search
Quiescence Search basierend auf einer einfachen Schach KI
Layheng-Hok/Jungle-Chess
Jungle: Chess Game Engine - Implementation of Minimax, Alpha-Beta Pruning, Move Ordering, and Quiescence Search - SUSTech's project of course CS109: Introduction to Programming in Spring 2023 - Score: 110/100
ljdoig/ChessBot
A Negamaxing Chess program in Java
Wazzabeee/chess_AI
Java chess AI using Principal Variation Splitting, Piece Square Tables, Opening Book and Tapered Evaluation.
abiramrnair/chess-js
Chess made with Mithril JS
Akshara-Bulkapuram/Chess-game
A chess game using AI-Minimax Algorithm with Alpha beta pruning
erosten/Bengal
Bengal - A traditional chess engine written in python, play me on Lichess!
macsmol/magog
UCI-compatible chess engine in Golang
FaydSpeare/CelesteChess
Optimised Alpha-Beta Chess Engine with quiescence search and time manager. Move generation is done using bitboards.