You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- Added type hints for all method signatures and return types - Implemented forward references for circular imports using __future__ annotations - Added proper pygame type annotations (pygame.event.Event, Tuple types) - Fixed float-to-int conversion issues with explicit int() casting - Used strategic # type: ignore comments for pygame typing limitations - All files now pass type checking with zero diagnostic errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
5 months ago | |
|---|---|---|
| .claude | 5 months ago | |
| images | 5 months ago | |
| .DS_Store | 5 months ago | |
| .gitignore | 5 months ago | |
| README.md | 5 months ago | |
| alien.py | 5 months ago | |
| alien_invasion.py | 5 months ago | |
| bullet.py | 5 months ago | |
| button.py | 5 months ago | |
| game_stats.py | 5 months ago | |
| score_board.py | 5 months ago | |
| settings.py | 5 months ago | |
| ship.py | 5 months ago | |
README.md
alien_invasion
Space invader game in Python. From the book "Python Crash Course, 3rd Edition"