Research and implement a path algorithm that will be able to determine the quickest safe route to the obejctive.
Why
With the implementation of a "friend" or "sphinx" character that will tell the user the safe moves to make to reach the objective, we need to use some sort of path-finding library.
What
Research and implement a path algorithm that will be able to determine the quickest safe route to the obejctive.
Why
With the implementation of a "friend" or "sphinx" character that will tell the user the safe moves to make to reach the objective, we need to use some sort of path-finding library.
How
TBD