Skip to content

blushi/Chess

 
 

Repository files navigation

Chess

A python library for playing chess.

Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI Downloads

Getting Started

Requirements

Installation

Chess can be installed with pip:

$ pip install git+git://github.com/theovoss/Chess.git

or directly from the source code:

$ git clone https://github.com/theovoss/chess.git
$ cd chess
$ python setup.py install

Basic Usage

After installation, the package can imported:

$ python
>>> import chess
>>> chess.__version__

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.4%
  • Makefile 16.6%