LICENSE
README.md
pyproject.toml
chessmaker/__init__.py
chessmaker/cloneable.py
chessmaker.egg-info/PKG-INFO
chessmaker.egg-info/SOURCES.txt
chessmaker.egg-info/dependency_links.txt
chessmaker.egg-info/requires.txt
chessmaker.egg-info/top_level.txt
chessmaker/chess/__init__.py
chessmaker/chess/game_factory.py
chessmaker/chess/base/__init__.py
chessmaker/chess/base/board.py
chessmaker/chess/base/game.py
chessmaker/chess/base/move_option.py
chessmaker/chess/base/piece.py
chessmaker/chess/base/player.py
chessmaker/chess/base/position.py
chessmaker/chess/base/rule.py
chessmaker/chess/base/square.py
chessmaker/chess/pieces/__init__.py
chessmaker/chess/pieces/bishop.py
chessmaker/chess/pieces/king.py
chessmaker/chess/pieces/knight.py
chessmaker/chess/pieces/pawn.py
chessmaker/chess/pieces/piece_utils.py
chessmaker/chess/pieces/queen.py
chessmaker/chess/pieces/rook.py
chessmaker/chess/pieces/knook/__init__.py
chessmaker/chess/pieces/knook/knook.py
chessmaker/chess/pieces/knook/knookable.py
chessmaker/chess/pieces/knook/knookable_knight.py
chessmaker/chess/pieces/knook/knookable_rook.py
chessmaker/chess/pieces/knook/merge_to_knook.py
chessmaker/chess/results/__init__.py
chessmaker/chess/results/simple_result.py
chessmaker/chess/rules/__init__.py
chessmaker/chess/rules/beta_decay.py
chessmaker/chess/rules/force_en_passant.py
chessmaker/chess/rules/il_vaticano.py
chessmaker/chess/rules/knight_boosting.py
chessmaker/chess/rules/omnipotent_f6_pawn.py
chessmaker/chess/rules/siberian_swipe.py
chessmaker/clients/__init__.py
chessmaker/clients/pywebio_ui.py
chessmaker/events/__init__.py
chessmaker/events/event.py
chessmaker/events/event_priority.py
chessmaker/events/event_publisher.py