You are working on a new computer game one of the implement


You are working on a new computer game. One of the implementation problems you are trying to solve is character pathfinding. The user should be able to select a character and leftclick the mouse at a location to have the character move to that new location. Normal movement should send the character along a route with the shortest possible distance between locations. There are two special issues you need to consider. One issue is that various obstacles (rocks, trees, buildings) block parts of the terrain across which the character could move. Another issue is that the user can move multiple characters at the same time by highlighting the group. In this case, each character has a slightly different starting
and ending point. Also, some paths may be large enough for one character but not large enough for a group.

(A) What type of problem are you investigating?

(B) What steps would you take to analyze the problem?

(C) What algorithms would be good to use and why?

Request for Solution File

Ask an Expert for Answer!!
Computer Networking: You are working on a new computer game one of the implement
Reference No:- TGS0142454

Expected delivery within 24 Hours