-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 56692d7
Showing
1,224 changed files
with
71,329 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
||
# Distribution / packaging | ||
.Python | ||
venv/ | ||
env/ | ||
bin/ | ||
src/ | ||
develop-eggs/ | ||
dist/ | ||
eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
include/ | ||
|
||
# Installer logs | ||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
pip-selfcheck.json | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
|
||
# Translations | ||
*.mo | ||
|
||
# Mr Developer | ||
.mr.developer.cfg | ||
.project | ||
.pydevproject | ||
|
||
# Rope | ||
.ropeproject | ||
|
||
# Django stuff: | ||
*.log | ||
*.pot | ||
|
||
# Sphinx documentation | ||
docs/_build/ | ||
|
||
# c9.io | ||
.c9/ | ||
|
||
# PyCharm | ||
.idea/ | ||
|
||
# PGN files | ||
*.pgn | ||
|
||
# Config file | ||
picochess.ini | ||
picochess.uci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
python-targets: | ||
- 3 | ||
doc-warnings: yes | ||
test-warnings: no | ||
strictness: veryhigh | ||
max-line-length: 120 | ||
ignore-paths: | ||
- books | ||
- docs | ||
- engines | ||
- etc | ||
- games | ||
- logs | ||
- manual | ||
- scripts | ||
- tablebases | ||
- test | ||
- venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
Picochess: | ||
Jean-Francois Romang | ||
Shivkumar Shivaji | ||
Jürgen Précour | ||
|
||
DGTPi C-lib: | ||
Lucas van der Ploeg | ||
|
||
Python chess lib: | ||
Niklas Fiekas | ||
|
||
Chess engines: | ||
Tord Romstad, Marco Costalba, Joona Kiiski and Gary Linscott | ||
Peter Österlund | ||
Jon Dart | ||
Paweł Kozioł | ||
Alexandru Moșoi | ||
Manik Charan | ||
Werner Taelemans | ||
Hironori Ishibashi | ||
|
||
Opening books by Gabriel Leperlier: | ||
fun.bin | ||
anand.bin | ||
korchnoi.bin | ||
larsen.bin | ||
pro.bin | ||
|
||
Opening book by Olivier Deville: | ||
gm2001.bin | ||
|
||
Opening books by Marc Lacrosse: | ||
performance.bin | ||
varied.bin | ||
|
||
Opening book by Shivkumar Shivaji: | ||
gm1950.bin | ||
|
||
Opening books by Dirk-Jan Dekker: | ||
flank | ||
semiopen | ||
open | ||
closed | ||
indian | ||
|
||
Tablebases: | ||
Ronald de Man | ||
Miguel A. Ballicora | ||
|
||
Voices: | ||
Alan Cooper | ||
Christina ten Thij-Mucciaccio | ||
Jan-Niclas Hartl | ||
Luigi Vogliobene | ||
Santiago Torres | ||
DirkJan Dekker |
Binary file not shown.
Oops, something went wrong.