LICENSE
README.md
pyproject.toml
src/reznum_snakegame.egg-info/PKG-INFO
src/reznum_snakegame.egg-info/SOURCES.txt
src/reznum_snakegame.egg-info/dependency_links.txt
src/reznum_snakegame.egg-info/entry_points.txt
src/reznum_snakegame.egg-info/requires.txt
src/reznum_snakegame.egg-info/top_level.txt
src/snakegame/__init__.py
src/snakegame/__main__.py
src/snakegame/board.py
src/snakegame/cli.py
src/snakegame/config.py
src/snakegame/food.py
src/snakegame/game.py
src/snakegame/input.py
src/snakegame/snake.py
src/snakegame/storage.py
src/snakegame/terminal.py
src/snakegame/theme.py
src/snakegame/ui.py
tests/test_board.py
tests/test_cli.py
tests/test_config.py
tests/test_food.py
tests/test_game.py
tests/test_input.py
tests/test_settings.py
tests/test_snake.py
tests/test_storage.py
tests/test_super_food.py
tests/test_terminal.py
tests/test_theme.py