Skip to content

Draughts/checkers in python and pygame with ai opponent.

Notifications You must be signed in to change notification settings

smilo7/draughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draughts Game

An implementation of draughts (checkers) in python and pygame.

screenshot of the board

Installation instructions

To run the game you will need a working version of python 3 and pygame. The game has been tested using python 3.8.6 although it may well work using other versions we recommend using the same version.

If you don't have pygame installed it can be installed with the pip package manager in terminal.

python3 -m pip install -U pygame --user

For more detailed instructions: https://www.pygame.org/wiki/GettingStarted

Running the Game

Open a terminal and navigate to the draughts directory. Run python main.py to start the game.

About

Draughts/checkers in python and pygame with ai opponent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages