setup.py
chess_py/__init__.py
chess_py.egg-info/PKG-INFO
chess_py.egg-info/SOURCES.txt
chess_py.egg-info/dependency_links.txt
chess_py.egg-info/top_level.txt
chess_py/core/__init__.py
chess_py/core/board.py
chess_py/core/color.py
chess_py/core/algebraic/__init__.py
chess_py/core/algebraic/converter.py
chess_py/core/algebraic/location.py
chess_py/core/algebraic/move.py
chess_py/core/algebraic/notation_const.py
chess_py/game/__init__.py
chess_py/game/game.py
chess_py/game/game_state.py
chess_py/game/interface.py
chess_py/pieces/__init__.py
chess_py/pieces/bishop.py
chess_py/pieces/king.py
chess_py/pieces/knight.py
chess_py/pieces/pawn.py
chess_py/pieces/piece.py
chess_py/pieces/piece_const.py
chess_py/pieces/queen.py
chess_py/pieces/rook.py
chess_py/players/__init__.py
chess_py/players/human.py
chess_py/players/player.py
tests/__init__.py
tests/test_core/__init__.py
tests/test_core/test_board.py
tests/test_core/test_color.py
tests/test_core/test_algebraic/__init__.py
tests/test_core/test_algebraic/test_converter.py
tests/test_core/test_algebraic/test_location.py
tests/test_core/test_algebraic/test_move.py
tests/test_pieces/__init__.py
tests/test_pieces/test_bishop.py
tests/test_pieces/test_king.py
tests/test_pieces/test_knight.py
tests/test_pieces/test_pawn.py