An open-source checkers game with a computer-based AI, written with Python and Tkinter.
-
Updated
Mar 25, 2025 - Python
An open-source checkers game with a computer-based AI, written with Python and Tkinter.
This is a modified version of the classic checkers game created for academic purposes as a project for the AI Laboratory. The game introduces unique features, including vertical piece movements , special power pieces such as archers, king, and hero. The AI is implemented using the Min-Max algorithm with a depth level of 3 for strategic gameplay.
Robot that can play Checkers.
Second Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
This repository features AI-based game projects (Tic-tac-toe, Checkers, Sudoku solver) developed as part of the CS 235 course (optional).
FastAPI microservice for Raven Checkers
Discrete Mathematics | Fall 2020 | MiniMax checkers AI
This repository contains an implementation of checkers where different agents play against each other using different algorithms including Monte Carlo Tree Search, Alpha-Beta Pruning, and Minimax.
Les Dames Intelligentes (Intelligent Checkers/Draughts) game with Artificial Intelligence using the Minimax Algorithm (Human Vs AI) made for my NEA Project
A game of checkers written using minmax algorithm with alpha-beta pruning and Q-learning.
♟Create a modified game of checkers using easyAI 🤖
AI agent for Checkers built using Monte Carlo Tree Search (MCTS), designed to make adaptive, time-efficient decisions in competitive gameplay. Developed from scratch with custom simulation logic, time management, and heuristic enhancements.
Add a description, image, and links to the checkers-ai topic page so that developers can more easily learn about it.
To associate your repository with the checkers-ai topic, visit your repo's landing page and select "manage topics."