Skip to content

amitbiderman/Checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A checkers game built in Python using the Pygame modules. Playing against the computer using AI and MinMax algorithm

GIF demo

Usage

Usage: main.py 

Installation Options

  1. Install with pip

    • $ python3 -m pip install -U pygame --user
  2. To see if it works, run one of the included examples:

    • python3 -m pygame.examples.aliens
  3. Run the main.py file

Hope you like it :)

About

A checkers game built in Python using Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages