alpha-beta-pruning topic

List alpha-beta-pruning repositories

tic-tac-toe

23
Stars
8
Forks
Watchers

:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。

chessJS

24
Stars
14
Forks
Watchers

This engine has defeated Stockfish Level-6 which has 2300+ ELO rating with 1sec as thinking time. It is an implementation of Chess Engine in JavaScript by using Min Max Tree with Alpha-Beta pruning (G...

Chess-World

33
Stars
21
Forks
Watchers

A simple chess game for comparing your moves with other chess engines

Inanis

26
Stars
0
Forks
Watchers

UCI chess engine written in Rust, the successor of Proxima b, Proxima b 2.0 and Cosette.

checkers

17
Stars
8
Forks
Watchers

Checkers game rendered in web browser using SVG and React, written in Scala.js

Weiawaga

40
Stars
0
Forks
Watchers

A UCI chess engine written in Rust.

18CSC305J-AI

29
Stars
45
Forks
Watchers

All Lab experiments of 18CSC305J Artificial Intelligence.

Checkers-Reinforcement-Learning

54
Stars
15
Forks
Watchers

A checkers reinforcement learning AI, and all the tools needed to train it.

Impossible-TicTacToe-Ai

19
Stars
2
Forks
Watchers

An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.

chess-ai

16
Stars
2
Forks
Watchers

Chess AI using Mini-max and Alpha-beta Pruning. || Implementation Project.