LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.cfg
setup.py
codegame/__init__.py
codegame/__main__.py
codegame/note.txt
codegame.egg-info/PKG-INFO
codegame.egg-info/SOURCES.txt
codegame.egg-info/dependency_links.txt
codegame.egg-info/entry_points.txt
codegame.egg-info/not-zip-safe
codegame.egg-info/requires.txt
codegame.egg-info/top_level.txt
codegame/asset/background.png
codegame/asset/default_img.png
codegame/cli/__init__.py
codegame/cli/remote_info.py
codegame/core/__init__.py
codegame/core/changelog_updater.py
codegame/core/creator.py
codegame/core/github_client.py
codegame/core/publishing.py
codegame/core/template/.gitignore
codegame/core/template/README.md
codegame/game/__init__.py
codegame/game/editor.py
codegame/game/indexview.py
codegame/game/testing.py
codegame/host/__init__.py
codegame/misc/__init__.py
codegame/misc/constant.py
codegame/misc/funcs.py
codegame/misc/theme.py
codegame/pyrustic_data/backstage/config/build.json
codegame/pyrustic_data/backstage/config/init.json
codegame/pyrustic_data/backstage/config/release.json
codegame/pyrustic_data/backstage/data/github_release_form.json
codegame/pyrustic_data/backstage/report/build_report.json
codegame/pyrustic_data/backstage/report/release_report.json
codegame/pyrustic_data/hubstore/img.json
codegame/pyrustic_data/hubstore/promotion.json
codegame/view/__init__.py
codegame/view/about.py
codegame/view/base.py
codegame/view/home.py
codegame/view/information.py
codegame/view/installer.py
codegame/view/player.py
tests/__init__.py