Sente¶
Sente (from the Japanese せんて/先手) is a general-purpose open-source python library for the ancient asian board game Go/Badok/Weiqi. Sente is designed to be a Python 3 replacement for the gomill library.
Installation¶
Sente runs on any operating system with python 3.x and can be installed via pip.
$ pip install sente
– or –
$ python3 -m install sente