draughts topic

List draughts repositories

programming-training

45
Stars
14
Forks
Watchers

THU2017年小学期程序设计训练大作业 (Sudoku, Draughts, 人物信息检索)

checkers

17
Stars
8
Forks
Watchers

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

alphazero

26
Stars
9
Forks
Watchers

Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules

draughts.js

27
Stars
11
Forks
Watchers

A Javascript draughts/checkers library for move generation/validation, piece placement/movement, and draw detection

Checkers-Reinforcement-Learning

54
Stars
15
Forks
Watchers

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

scan

24
Stars
8
Forks
Watchers

Mirror of Fabien Letouzey's international draughts engine Scan

checkers

40
Stars
14
Forks
Watchers

A game of checkers written using minmax algorithm and alpha-beta pruning.

alpha-beta-pruning-minmax-checkers

19
Stars
1
Forks
Watchers

Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.

checkers

18
Stars
10
Forks
Watchers

Peer-to-peer Checkers game with Java networking (Socket Programming)