Skip to content

Checkers game with AI implemented with minimax algorithm. Can you beat it? ๐Ÿ˜

Notifications You must be signed in to change notification settings

maximomartinezsoria/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Checkers with AI

Checkers game with AI implemented with minimax algorithm. Can you beat it?

checkers image

Installation and usage

  1. Create a Python virtual environment and activate it.
python3 -m venv env
source env/bin/activate
  1. Install dependencies.
pip install -r requirements.txt
  1. Run the game.
python3 main.py

About

Checkers game with AI implemented with minimax algorithm. Can you beat it? ๐Ÿ˜

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages