Skip to content

Checkers is a classic board games. In this project, I've programmed an agent to play checkers with the user.

Notifications You must be signed in to change notification settings

merby404/checkersbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

checkersbot

Checkers is a classic board games. In this project, I've programmed an agent to play checkers with the user. The current version is not fully debugged.

+++++ Credits:

Possible thanks to the series of tutorials by Tech with Tim and the good folks at stackoverflow.

+++++ Requirements:

python 3.9.4 pygame deepcopy datetime

++++

  • The white pieces are the ones that the bot is playing (the moves are delayed by 100ms), while the pink pieces are the player’s ones (undelayed).
  • The first move is always left to the player.
  • Possible moves are marked in pink.
  • King piece is marked in yellow.
  • All the considered moves are printed in the console.

About

Checkers is a classic board games. In this project, I've programmed an agent to play checkers with the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages