I am creating a very basic fantasy game in Python. I have an image file that I want to be the world map, and I have an image file that is a pin to be used for the player's location on the map. So far I have used PIL to paste the pin over the map. Anytime the user wants his/her character to move, I can call a function that runs the following commands and updates the game's gui with the new map image:I am creating a very basic fantasy game in Pyth