checkers
There are 364 repositories under checkers topic.
abakh/nbsdgames
A package of 18 text-based modern games
SamRagusa/Checkers-Reinforcement-Learning
A checkers reinforcement learning AI, and all the tools needed to train it.
dimitrijekaranfilovic/checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
aykutkardas/ymir-js
This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.
DevonMcGrath/Java-Checkers
A checkers game made in Java that is complete with a GUI, computer player, and peer-to-peer play.
shubhendusaurabh/draughts.js
A Javascript draughts/checkers library for move generation/validation, piece placement/movement, and draw detection
ispras/juliet-dynamic
Juliet C/C++ Dynamic Test Suite
witchu/alphazero
Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules
antonmedv/damka
Russian checkers game
aykutkardas/checkers.place
It is a 3D, minimal and online checkers game.
warifp/ProxyChecker
proxy checker to check the status of the ip-port proxy list
stillonearth/CheckersOnBevy
🏁 Checkers on bevy with AI and p2p network play
njmarko/alpha-beta-pruning-minmax-checkers
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.
kschuetz/checkers
Checkers game rendered in web browser using SVG and React, written in Scala.js
tk-codes/checkers
Peer-to-peer Checkers game with Java networking (Socket Programming)
br0keh/checkr
Open-source advanced cracking tool made in Electron.JS
Rashadmlkv/Checker
Checkers Game - Final Project
loks0n/rapid-draughts
A super speedy, blazing fast, rocket-powered TypeScript draughts/checkers engine with move validation, AI and game history.
AttackingOrDefending/pydraughts
A draughts (checkers) library for Python with move generation, PDN reading and writing, engine communication and balloted openings
Sherif-Abdou/Checkers
Checkers game in Python using minimax algorithm
Hel1ish/Mullvad-X
✨ Mullvad Account Bruteforcer & Checker Written in Python ✨
shubhendusaurabh/draughtsboardJS
JavaScript Draughtsboard
Kicshikxo/Python-checkers
Игра Шашки, написанная на Python с использованием графической библиотеки Tkinter
migafgarcia/prolog-checkers
A Player vs AI game of checkers implemented in Prolog
rhalbersma/dctl
Draughts and checkers template library
LuukEbenau/SacaCheckers
Fully functional checkers game VS AI (MiniMax, Alpha Beta pruning)
nedeljkovignjevic/checkers-game
Implementation of checkers (draughts) strategy board game with AI based bot
blunket/camelot
The 2-player strategy board game, Camelot! (a.k.a. Inside Moves)
data-storage-lab/rfsck
Testing the fault resilience of file system checkers and ensuring transactional repairs [TOS'18, FAST'18, HotStorage'17]
miskibin/py-draughts
A checkers library with modern web GUI, Supprots multiple variants of game.
stroibot/Checkers
Checkers game
AttackingOrDefending/lidraughts-bot
A bridge between Lidraughts API and draughts engines
mpcal/shashki-ai
AI for Playing Russian Checkers (aka "Shashki")
polgfred/checkers-js
Checkers. In JavaScript.
Forensor/lasca
⚫ lasca - Emanuel Lasker's game for everyone ⚫
Gualor/checkers-minimax
Checkers AI using minimax algorithm.