/simple_chess

Primary LanguagePythonMIT LicenseMIT

simple_chess

Build Status Code Health Coverage Status

A simple implementation for simple chess

Features

TODO

Install

pip install simple_chess

Examples

TODO

Changelog

0.0.1

2021-01-01

  • init

Contributing

git clone git@github.com:tokkiu/simple_chess.git
cd simple_chess
virtualenv .
make

Releasing

git clone git@github.com:tokkiu/simple_chess.git
cd simple_chess
pip install wheel
python setup.py sdist bdist_wheel

Credits

Add your name and email, detail in: https://github.com/tokkiu/simple_chess/graphs/contributors

Bitdeli badge