The Wayback Machine - https://web.archive.org/web/20220527202330/https://github.com/topics/checkers
Here are
243 public repositories
matching this topic...
A package of 18 text-based modern games
A checkers reinforcement learning AI, and all the tools needed to train it.
Updated
May 30, 2020
Python
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.
Updated
Mar 29, 2022
TypeScript
A Javascript draughts/checkers library for move generation/validation, piece placement/movement, and draw detection
Updated
Dec 21, 2020
JavaScript
Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules
Updated
Apr 11, 2018
Python
proxy checker to check the status of the ip-port proxy list
A checkers game made in Java that is complete with a GUI, computer player, and peer-to-peer play.
A game of checkers written using minmax algorithm and alpha-beta pruning.
Updated
Nov 5, 2021
Python
Checkers game rendered in web browser using SVG and React, written in Scala.js
Updated
Dec 9, 2017
Scala
Open-source advanced cracking tool made in Electron.JS
Updated
Jul 7, 2020
JavaScript
Peer-to-peer Checkers game with Java networking (Socket Programming)
Updated
Oct 11, 2015
Java
Updated
May 11, 2020
JavaScript
Draughts and checkers template library
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.
Updated
Dec 19, 2020
Python
Juliet C/C++ Dynamic Test Suite
Checkers game in Python using minimax algorithm
Updated
May 2, 2018
Python
A Player vs AI game of checkers implemented in Prolog
Updated
Apr 7, 2021
Prolog
Fully functional checkers game VS AI (MiniMax, Alpha Beta pruning)
Updated
Apr 10, 2022
TypeScript
Implementation of checkers (draughts) strategy board game with AI based bot
Updated
Apr 12, 2020
Python
steam account checker support multithreading & http proxy
Updated
Nov 29, 2021
Python
Updated
Jul 7, 2018
Swift
AI for Playing Russian Checkers (aka "Shashki")
The checkers game move validation
Updated
May 11, 2020
JavaScript
A neuroevolutionary Checkers AI player and platform.
This is my Python OOP project, where I will test my knowledge in this style of programming in Cincinnatus, the project is the Checkers Game.
Updated
Jun 13, 2021
Python
Updated
Mar 24, 2018
JavaScript
A draughts library for Python with move generation, PDN reading and writing, engine communication and balloted openings
Updated
Apr 25, 2022
Python
gocritic linter main checkers collection.
Improve this page
Add a description, image, and links to the
checkers
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
checkers
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Right now, you can make a move for the other player if you just change the url from /white to /black or vice versa. Ideally, the first person to connect is the only person authenticated to move.
Boardgame.io supports this functionality out of the box, so we should use it!