McRogueFace/docs
John McCardle 7ee0a08662 feat(entity): implement path_to() method for entity pathfinding
- Add path_to(target_x, target_y) method to UIEntity class
- Uses existing Dijkstra pathfinding implementation from UIGrid
- Returns list of (x, y) coordinate tuples for complete path
- Supports both positional and keyword argument formats
- Proper error handling for out-of-bounds and no-grid scenarios
- Comprehensive test suite covering normal and edge cases

Part of TCOD integration sprint - gives entities immediate pathfinding capabilities.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 13:01:03 -04:00
..
api_reference.html feat: complete API reference generator and finish Phase 7 documentation 2025-07-08 10:15:37 -04:00
api_reference_complete.html feat(docs): complete API documentation with zero missing methods 2025-07-08 11:55:19 -04:00
api_reference_improved.html feat(docs): complete API documentation with zero missing methods 2025-07-08 11:55:19 -04:00
visibility_tracking_example.cpp feat(entity): implement path_to() method for entity pathfinding 2025-07-09 13:01:03 -04:00