Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adolbyb/pygame-ai-checkers

A Checkers AI game who plays against the player.
https://github.com/adolbyb/pygame-ai-checkers

ai-games ai-player checkers-game minimax-algorithm pygame python

Last synced: about 22 hours ago
JSON representation

A Checkers AI game who plays against the player.

Awesome Lists containing this project

README

        

# Pygame AI Checkers

This is a checkers AI game who plays against you (the player.) Here, I follow [This tutorial](https://www.youtube.com/watch?v=vnd3RfeG3NM&list=PLzMcBGfZo4-lkJr3sqpikNyVzbNZLRiT3), and create my own Checkers game for some project research I am doing.

In this project, the Minimax algorithm is implemented as the White AI player.

## Game Board Preview:

GUI

## Status:

![GitHub repo size](https://img.shields.io/github/repo-size/ADolbyB/pygame-checkers?label=Repo%20Size&logo=github)