checkers-game
There are 191 repositories under checkers-game topic.
jaxankey/Virtual-Game-Table
A general-purpose, browser-based game table for casual games and rapid board game development.
Hsankesara/Draughts-AI
AI based checkers game-bot
dimitrijekaranfilovic/checkers
A game of checkers written using minmax algorithm and alpha-beta pruning.
seoulai/gym
Seoul AI Gym is a toolkit for developing AI algorithms.
DevonMcGrath/Java-Checkers
A checkers game made in Java that is complete with a GUI, computer player, and peer-to-peer play.
bcorfman/raven-checkers
An open-source checkers game with a computer-based AI, written with Python and Tkinter.
aykutkardas/checkers.place
It is a 3D, minimal and online checkers game.
Rashadmlkv/Checker
Checkers Game - Final Project
VarunRaval48/checkers-AI
A checkers game which can be played against various Artificially Intelligent agents.
nedeljkovignjevic/checkers-game
Implementation of checkers (draughts) strategy board game with AI based bot
niemet0502/checkers-game-js
Checkers game two player offline made with JS Vanilla
stroibot/Checkers
Checkers game
falcondai/gym-checkers
Gym-compatible implementation of English draughts.
portnov/qcheckers
QCheckers, formely known as KCheckers, is a is a Qt version of the classic boardgame "checkers" ("draughts").
ivanmrsulja/checkers-bot
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
MaksTsymbal/Python-Checkers
Checkers game written in Python using the Tkinter graphics library.
mbroncano/swift-checkers
Checkers for Swift 4
Mchristos/checkers
A checkers game with AI written in Java/Swing
Qazalbash/Checkers-with-AI
🐙 Human/Bot vs Bot code for Checkers game
AzyCrw4282/Concurrent-Checkers-Game
Concurrent/simultaneous checkers game for up to 8 players. Built this in correspondence to https://lichess.org/simul but to play Checkers as there is no such game that exists on the WWW.
jaenfigueroa/juego-damas-online-1vs1
:octocat: Juego damas 1vs1
nguyennd97/godraughts
draughts engine ~2k2 ELO (international checkers 10x10)
portnov/hcheckers
HCheckers is a relatively simple implementation of checkers board game (also known as "draughts")
RyanStonebraker/Snowball
A neuroevolutionary Checkers AI player and platform.
sharivan/ny
New Yahoo!
sramakrishnan247/Checkers-AI
Checkers playing agent. The agent uses the Minimax algorithm with alpha beta pruning for playing the next move.
starlightknown/SuperMaxioCheckers_snakes-hackers
A simple checkers game with a super mario twist powered by AI
TheMatiaz0/Light-Checkers
A short game about checkers with customized rules and randomized AI. Features adaptive classical music.
0xnomy/checkers-cpp
A checkers game made in C++, developed as an assignment for the CS112 course at GIKI. The implementation uses object-oriented programming principles and class structures to represent the game state and game pieces
dragunovdenis/TrainingCell
Reinforcement learning algorithms
joyrider3774/checkers_playdate
Small Checkers game for the Playdate handheld.
pivv/blind-checkers
Implementation of Checkers game with limited sight.
pyxploiter/the-checkers
The checkers game coded in C and GUI is made using windows.h library.
Victor101106/Checkers-Warriors
Checkers is a classic board game, now imagine it with pixelated visuals and some gameplay updates. Well, this is Checkers Warriors!
ZhekaiJin/AI-Checker
An implementation of Checker game using Minimax with Alpha Beta Pruning and Search Tree