Extensible Model of Chess
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
chess
docs
tests
.coveragerc
.gitattributes
.gitignore
.project
.pycodestyle.ini
.pydevproject
.pydocstyle.ini
.pylint.ini
.scrutinizer.yml
.travis.yml
.verchew.ini
CHANGELOG.md
CONTRIBUTING.md
Chess.sublime-project
LICENSE.md
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.md
project_goals.md
scent.py
setup.py

README.md

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__