README.md
setup.py
nerdchess/__init__.py
nerdchess/board.py
nerdchess/boardmove.py
nerdchess/boardrules.py
nerdchess/config.py
nerdchess/game.py
nerdchess/move.py
nerdchess/pieces.py
nerdchess.egg-info/PKG-INFO
nerdchess.egg-info/SOURCES.txt
nerdchess.egg-info/dependency_links.txt
nerdchess.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_board.py
tests/test_game.py
tests/test_moves.py
tests/test_pieces.py