Skip to content

Joel449-gif/Checkers-MinimaxAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python-Checkers-Minimax Algorithm

A checkers AI using the minimax algorithm.

MiniProject - Checkers using Minimax algorithm

A python implementation of the checkers game with an AI opponent based on the minimax algorithm with alpha-beta pruning.

How to run this program

Requirements:

Running the game

  1. Navigate to the root directory of the project in the terminal
  2. Run the command 'python3 '. For example 'main.py'

Known issues

  • draw implementation is lacking
  • AI movements are visible

Related resources:

Code developer @Joel_Joseph

About

Mini - Project on Checkers using Minimax algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages