Usage of print_map()

I’ve tried to use the method print_map(), but I’m not sure how to call it exactly. Could anyone help me out very quickly?
Thanks :smiley:

1 Like

In your AlgoStrategy class:

game_state._shortest_path_finder.print_map()

1 Like

Just found that as I received the answer xD
Thank you still

1 Like

No problem, hopefully it will help others as well.

1 Like