This is a wumpus world game that is solved using the A* algorithm for cs 370
A-Star algorithm The A-Star algorithm is a search algorithm that is both complete and optimal. That means that the search will always be completed and the best possbile search will be returned. The algorithm solves the problem by calculating the g(n) + h(n)