You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick n dirty implementation of a game which must find a goal on a grid however while having a velocity. In a nutshell it's just a pathfinding algorithm using BFS.