37 skills found · Page 1 of 2
react-alpha-beta / AlphabetaDeclarative split testing for React
manyoso / AllieAllie: A UCI compliant chess engine
cqm1994617 / React Native AlphabetaListNo description available
EuclidStellar / Sepentia ChessEngineSepentia - a chess engine coded in python that uses alphabeta/negamax and transposition table with better move ordering to achieve an ELO of 1500 at depth 4. Inspired a lil from a lot of chess engines available in open source https://deepwiki.com/EuclidStellar/Sepentia-ChessEngine
panchishin / AlphabetaJavascript implementation of minimax in Node using asynchronous calls to customizable game logic, scoring, and move generation.
sniklaus / Teaching Minichessthe framework for my advanced artificial intelligence class, in which an artificial chess player is ought to be implemented
Airony / Alphabeta Visualizeralphabeta-visualizer
fffasttime / Reversi BwcoreA simple but relative strong Reversi bot running on botzone.org
frankkopp / FrankyGoLearning Go by implementing a Chess Engine
avicha / Alphabetaalpha-beta剪枝算法,博弈树
MarkusThill / Connect FourA Java framework for the game Connect Four (Connect-4) with different types of agents and algorithms (reinforcement learning [TD with eligibility traces], AlphaBeta-Search, MCTS). Contains a perfect-playing MiniMax agent for evaluation purposes.
anyaschukin / GomokuA Gomoku game GUI, with an AI player powered by alphabeta-minimax search
tboulet / AI Agents For GamesAn implementation in python of some game agents such as AlphaBeta or MCTS, that can be applied to any n-player non deterministic game object that implements the game interface.
ouussama-e / Nine Mens Morris AIA simple IA for Nine Mens Morris game using minimax and alphabeta pruning search algorithms and C++ (SDL).
jlab-code / AlphaBetaComputational inference of epimutation rates and spectra from high-throughput DNA methylation data in plants
MegaShow / AlphaBetaPruningAlpha-Beat pruning algorithm for Chinese chess
outidrarine / Nine Mens Morris AIA simple IA for Nine Mens Morris game using minimax and alphabeta pruning search algorithms and cocos2d framework
qq547276542 / AlphaBeta基于min-max search 和 Alphabet剪枝的五子棋AI,2层搜索树
Turbomost / AlphaBeta MinMaxNo description available
shuijingoj / TicTacToe AlphaBetaAlgorithm以MinMax算法为核心AI的井子棋,带Alpha-Beta剪枝