Being new to graph usage, recreating PacMan with A* algorithm posed a significant challenge. Initially, I lacked familiarity with graph traversal techniques, leading me to delve into DFS and Dijkstra's algorithm before tackling A* integration. Once I constructed the map and enabled Pacman's movement, implementing A* became the next goal.