Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adolbyb/pygame-ai-checkers
- Owner: ADolbyB
- Created: 2022-12-12T02:16:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T21:28:34.000Z (10 months ago)
- Last Synced: 2024-02-08T22:52:04.352Z (10 months ago)
- Topics: ai-games, ai-player, checkers-game, minimax-algorithm, pygame, python
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
## Status:
![GitHub repo size](https://img.shields.io/github/repo-size/ADolbyB/pygame-checkers?label=Repo%20Size&logo=github)