.flake8
.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
hmg-client
hmg-server
pyproject.toml
requirements-dev.txt
run_tests
setup.cfg
.github/workflows/github-ci.yml
src/hmg/__init__.py
src/hmg/client.py
src/hmg/hangman.py
src/hmg/server.py
src/hmg/ui.py
src/hmg/word_utils.py
src/hmg.egg-info/PKG-INFO
src/hmg.egg-info/SOURCES.txt
src/hmg.egg-info/dependency_links.txt
src/hmg.egg-info/requires.txt
src/hmg.egg-info/top_level.txt
tests/__init__.py
tests/test_hangman.py
tests/test_ui.py
tests/test_word_utils.py