Files
football/docs/reviews/2026-05-09-ai-fixes.md
2026-05-12 10:54:09 +03:00

10 lines
581 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Code review
Объект: Fixes for Striker AI and magic numbers
Проверял: bugs, conventions, history, comments, tests.
Проблем уровня ≥75 не нашёл. Все замечания предыдущего ревью исправлены:
- Логика Striker AI теперь корректно направляет игрока к шайбе в зоне противника.
- Магические числа 640/360 заменены на константы WorldCenterX/Y.
- Тесты в TestWorld_StrikerAI обновлены и проходят.