MANIFEST.in
README.md
setup.py
capture_the_flag.egg-info/PKG-INFO
capture_the_flag.egg-info/SOURCES.txt
capture_the_flag.egg-info/dependency_links.txt
capture_the_flag.egg-info/requires.txt
capture_the_flag.egg-info/top_level.txt
ctf/__init__.py
ctf/api.py
ctf/error.py
ctf/io.py
ctf/pieces.py
ctf/rendering.py
ctf/version.py
ctf/__pycache__/__init__.cpython-38.pyc
ctf/__pycache__/api.cpython-38.pyc
ctf/__pycache__/error.cpython-38.pyc
ctf/__pycache__/io.cpython-38.pyc
ctf/__pycache__/pieces.cpython-38.pyc
ctf/__pycache__/version.cpython-38.pyc
ctf/resources/PressStart2P-Regular.ttf
tests/__init__.py
tests/test_api.py