turnTowards
public void turnTowards(int x,
int y)
Turn this actor to face towards a certain location.
Parameters:
x - The x-coordinate of the cell to turn towards
y - The y-coordinate of the cell to turn towards
This is the code for turning towards a certain direction. What would I do if Actor_Zombie wanted to turn towards Actor_Surviver? What would it look like for the actor zombie's code?
Thanks in advance! c:

