.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/main.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/MEM679_snake.egg-info/PKG-INFO
src/MEM679_snake.egg-info/SOURCES.txt
src/MEM679_snake.egg-info/dependency_links.txt
src/MEM679_snake.egg-info/entry_points.txt
src/MEM679_snake.egg-info/not-zip-safe
src/MEM679_snake.egg-info/requires.txt
src/MEM679_snake.egg-info/top_level.txt
src/mem679_snake/__init__.py
src/mem679_snake/config.py
src/mem679_snake/food.py
src/mem679_snake/game.py
src/mem679_snake/main.py
src/mem679_snake/snake.py
tests/config_test.py
tests/conftest.py
tests/food_test.py
tests/game_test.py
tests/main_test.py
tests/snake_test.py