Spelunking-Studios / The-Caverns-Original

An exploration ARPG game made in python with pygame
2 stars 1 forks source link

Bat can get stuck on walls and rocks #21

Open https123456789 opened 1 year ago

https123456789 commented 1 year ago

Expected Behavior

When path finding toward a target, the bat should move toward the target while not stopping.

Experienced Behavior

When path finding toward a target, the bat will usually move to the target no problem. However, if there is an obstruction to the straight line between the bat and the target, the bat will simply get stuck.