checkers-game
There are 212 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.
bcorfman/raven-checkers
An open-source checkers game with a computer-based AI, written with Python and Tkinter.
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.
aykutkardas/checkers.place
It is a 3D, minimal and online checkers game.
Rashadmlkv/Checker
Checkers Game - Final Project
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
VarunRaval48/checkers-AI
A checkers game which can be played against various Artificially Intelligent agents.
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").
sharivan/ny
New Yahoo!
ivanmrsulja/checkers-bot
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
mbroncano/swift-checkers
Checkers for Swift 4
Mchristos/checkers
A checkers game with AI written in Java/Swing
portnov/hcheckers
HCheckers is a relatively simple implementation of checkers board game (also known as "draughts")
Qazalbash/Checkers-with-AI
🐙 Human/Bot vs Bot Checkers game
TheMatiaz0/Light-Checkers
A short game about checkers with customized rules and randomized AI. Features adaptive classical music.
joyrider3774/checkers_playdate
Small Checkers game for the Playdate handheld.
MaksTsymbal/Python-Checkers
Checkers game written in Python using the Tkinter graphics library.
nguyennd97/godraughts
draughts engine ~2k2 ELO (international checkers 10x10)
RyanStonebraker/Snowball
A neuroevolutionary Checkers AI player and platform.
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
AzyCrw4282/Concurrent-Checkers-Game
Concurrent/simultaneous checkers game for up to 8 players. Similar to https://lichess.org/simul
jaenfigueroa/juego-damas-online-1vs1
:octocat: Juego damas 1vs1
Meirshomron/EnglishCheckers
English Checkers in Java.
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
wickerlife/checkers
A 3D checkers game coded in NextJS and Three.js
ZhekaiJin/AI-Checker
An implementation of Checker game using Minimax with Alpha Beta Pruning and Search Tree
AitenAndGo/AI_GAMES
some of my programs
dragunovdenis/TrainingCell
Reinforcement learning algorithms