Skip to content

a program for computer to play checkers with itself and get better and better by each round.

Notifications You must be signed in to change notification settings

matinfathi/Checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Checkers game with MinMax algorithm

This repository contains script for computer to play checkers against itself and get better and better each round by calculating a heuristic evaluation and minimize or maximize it.

Requirements:

  • python 3.7
  • numpy
pip install numpy

The output of the program is weights of our heuristic evaluation which will be saved in a json file.

About

a program for computer to play checkers with itself and get better and better by each round.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages