.flake8
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
run_game.py
setup.cfg
setup.py
.github/workflows/pre-commit.yml
gamelib/dot_blaster/README.md
gamelib/dot_blaster/__init__.py
gamelib/dot_blaster/asset_loader.py
gamelib/dot_blaster/colors.py
gamelib/dot_blaster/constants.py
gamelib/dot_blaster/custom_events.py
gamelib/dot_blaster/enemy.py
gamelib/dot_blaster/enemy_factory.py
gamelib/dot_blaster/game.py
gamelib/dot_blaster/game_object.py
gamelib/dot_blaster/image_tools.py
gamelib/dot_blaster/laser.py
gamelib/dot_blaster/main.py
gamelib/dot_blaster/physics.py
gamelib/dot_blaster/planet.py
gamelib/dot_blaster/player.py
gamelib/dot_blaster/score_manager.py
gamelib/dot_blaster/screen_handler.py
gamelib/dot_blaster/sparks.py
gamelib/dot_blaster.egg-info/PKG-INFO
gamelib/dot_blaster.egg-info/SOURCES.txt
gamelib/dot_blaster.egg-info/dependency_links.txt
gamelib/dot_blaster.egg-info/entry_points.txt
gamelib/dot_blaster.egg-info/requires.txt
gamelib/dot_blaster.egg-info/top_level.txt
gamelib/dot_blaster.egg-info/zip-safe
gamelib/dot_blaster/assets/README.md
gamelib/dot_blaster/assets/data/.gitkeep
gamelib/dot_blaster/assets/fonts/README.md
gamelib/dot_blaster/assets/fonts/font.ttf
gamelib/dot_blaster/assets/sfx/README.md
gamelib/dot_blaster/assets/sprites/README.md
gamelib/dot_blaster/assets/sprites/faded_circle.png
gamelib/dot_blaster/assets/sprites/icon.png
gamelib/dot_blaster/assets/sprites/laser.png
gamelib/dot_blaster/ui/__init__.py
gamelib/dot_blaster/ui/base_menu.py
gamelib/dot_blaster/ui/game_over_screen.py
gamelib/dot_blaster/ui/ptext.py
gamelib/dot_blaster/ui/title_menu.py
socials/README.md
socials/gameplay.gif
test/README.md
test/__init__.py
test/enemy_test.py
test/laser_test.py
test/player_test.py
test/test_game_over.py
test/test_game_scene.py
test/test_helper.py
test/test_score.py
test/test_sparks.py
test/test_title_screen.py