[go: nahoru, domu]

Skip to content

A game of checkers written using minmax algorithm with alpha-beta pruning and Q-learning.

Notifications You must be signed in to change notification settings

cgray1117/Checkers-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

PyGame Checkers Project

A game of checkers written using minmax algorithm with alpha-beta pruning and Deep Q-learning.

Required Packages

numpy keras tensorflow pygame

How to Use it

Open this repository inside your favorite code editor (VS Code for example). Open a new terminal and install all dependencies.

In the terminal run:

python checkers_main/main.py

About

A game of checkers written using minmax algorithm with alpha-beta pruning and Q-learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published