gsatwik-git / game

The game!
1 stars 0 forks source link

[Backend] Path Algorithm #3

Open dom-techwriter opened 3 years ago

dom-techwriter commented 3 years ago

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