Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 489 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 489 Bytes

chess

Welcome to chess: the two-player strategy game played by millions. This implementation of chess is supported on python 3.6 and 3.7. It is designed to be a lightweight chess app with no external dependencies.

Getting Started

To install the chess package, please clone this repository and run the following command:

python setup.py install

alternatively, you can install the package via pip using this command:

pip install git+https://github.com/jcorvino/chess