Skip to content

tigranfah/python_draughts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonDraughts

PythonDraughts is a command line based and easy to use draughts engine coded with python (python 3).

In interactive notebook.

import draughts

my_board = draughts.Board()
my_board.push("c3d4")
my_board.show()