Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernisius committed Aug 28, 2018
0 parents commit 56692d7
Show file tree
Hide file tree
Showing 1,224 changed files with 71,329 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .gitignore
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
18 changes: 18 additions & 0 deletions .landscape.yaml
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
56 changes: 56 additions & 0 deletions AUTHORS
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 added ChessboardLarge/Chessboard.fzz
Binary file not shown.
Loading

0 comments on commit 56692d7

Please sign in to comment.