Example usage of the hometrainer library
-
Updated
Mar 6, 2018 - Python
Example usage of the hometrainer library
A Simple Checkers GUI made with Tkinter
Checkers agents - containing a playable checkers game and intelligent agent that makes use of the minimax algorithm with alpha-beta pruning
Artificial Agent System for Neuro-Draught systems
Russian Halma Draughts Game
Artificial Intelligence. A* Algorithm. Minimax Algorithm and Alpha-Beta pruning
Les Dames Intelligentes (Intelligent Checkers/Draughts) game with Artificial Intelligence using the Minimax Algorithm (Human Vs AI) made for my NEA Project
A 2-player CLI "videogame" built with Python using sockets for real-time multiplayer gameplay.
Artificial intelligence that plays Draughts game
Implementation of checkers (draughts) strategy board game with AI
Checkers board game with alpha-beta pruning implementation
This GitHub repository hosts a Python implementation of the classic game of checkers (also known as draughts) with an artificial intelligence opponent. The AI player is powered by the minimax algorithm with alpha-beta pruning, making it a formidable adversary for players looking to challenge their skills.
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.
neuroevolution on the game of draughts
Draughts game - Python project terminal game
Mirror of Feike Boomstra's international draughts engine Horizon
A PyTorch implementation of AlphaGo Zero applied to Draughts
Add a description, image, and links to the draughts topic page so that developers can more easily learn about it.
To associate your repository with the draughts topic, visit your repo's landing page and select "manage topics."