#Path Finder
I am building a game board for an agent that in a game world. This game board will have dimensions 160x120 and the agent will traverse the board using the A star search algorithm along with two other variations. This is a collaborative effort between me and my friend Padmank.
Update: This repository cotains the map that the a star search algo variants will traverse through