tigranfah / python_draughts

Draughts in python3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Draughts in python3.


Languages

Language:Jupyter Notebook 97.9%Language:Python 2.1%Language:HTML 0.0%