Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 376 Bytes

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