This first image shows my fortnite map image game where you move around using keys and the objective is to get to every location on the map. This first part of the code shows where to spawn after you lose or win, like reseting the places where you visited so it was like you were never there, showing a victory royale image when you win, and adding .png to every function below. It also transform each image to a certain size in the popup screen and includes all the text.

The second part focuses on the movement in the game. Each part that says north = { "location":"location", is where from the first location you go north and it goes to the second location and its the same for every one except the direction changes. And in the popup it shows a death screen which is what happens when you fall off the map

Home 🏠