Glavin001 / Glavin001/battlecode
Get next direction given target/goal location using Bug Navigation
Open
enhancement
- Dominant language
- Java
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Name: getNextDirection
Params: MapLocation currentLocation, MapLocation goal, Callable canMove
Return: Directions
Logic:
Given current location and goal location calculate direction I should move and return that direction. If there is an obstacle, it must move around that object, so We need a procedure to get the direction to move around that object. We might also want a different function for different bot types.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.