Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 312 Bytes

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()