LordDarkula/chess_py

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
chess_py/__init__.py5
A
0 mins
chess_py/core/__init__.py5
A
0 mins
chess_py/core/algebraic/__init__.py3
A
0 mins
chess_py/core/algebraic/converter.py309
F
4 days
chess_py/core/algebraic/location.py211
C
1 day
chess_py/core/algebraic/move.py97
A
35 mins
chess_py/core/algebraic/notation_const.py13
A
0 mins
chess_py/core/board.py313
F
4 days
chess_py/core/color.py57
A
0 mins
chess_py/game/__init__.py3
A
0 mins
chess_py/game/game.py72
B
4 hrs
chess_py/game/game_state.py23
A
0 mins
chess_py/game/interface.py64
A
2 hrs
chess_py/pieces/__init__.py9
A
0 mins
chess_py/pieces/bishop.py40
A
1 hr
chess_py/pieces/king.py159
B
5 hrs
chess_py/pieces/knight.py67
A
1 hr
chess_py/pieces/pawn.py194
B
4 hrs
chess_py/pieces/piece.py71
B
4 hrs
chess_py/pieces/piece_const.py62
A
3 hrs
chess_py/pieces/queen.py33
A
0 mins
chess_py/pieces/rook.py61
A
2 hrs
chess_py/players/__init__.py3
A
0 mins
chess_py/players/human.py31
A
0 mins
chess_py/players/player.py41
A
0 mins
docs/Makefile
docs/UCIprotocol.md
docs/chess_py.core.algebraic.rst
docs/chess_py.core.rst
docs/chess_py.game.rst
docs/chess_py.pieces.rst
docs/chess_py.players.rst
docs/chess_py.rst
docs/conf.py43
A
0 mins
docs/index.rst
docs/make.bat
main.py26
A
0 mins
requirements.txt
setup.cfg
setup.py27
A
0 mins