AI based checkers game-bot
-
Updated
Sep 22, 2022 - Python
AI based checkers game-bot
A game of checkers written using minmax algorithm and alpha-beta pruning.
An open-source checkers game with a computer-based AI, written with Python and Tkinter.
Seoul AI Gym is a toolkit for developing AI algorithms.
Implementation of checkers (draughts) strategy board game with AI based bot
A checkers game which can be played against various Artificially Intelligent agents.
Gym-compatible implementation of English draughts.
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
Checkers game written in Python using the Tkinter graphics library.
🐙 Human/Bot vs Bot Checkers game
A simple checkers game with a super mario twist powered by AI
Implementation of Checkers game with limited sight.
Checkers (English Draughts) bot to play a single move given state of checkers board. Assignment 2 for CSCI-561 at USC Spring 2021
MiniMax checkers AI with alpha-beta pruning
Checkers playing agent with alpha-beta pruning
Robot that can play Checkers.
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.
Add a description, image, and links to the checkers-game topic page so that developers can more easily learn about it.
To associate your repository with the checkers-game topic, visit your repo's landing page and select "manage topics."