Go here: https://turbowarp.org/693619471?fps=60&turbo WASD/Arrow Keys to move Run in turbo mode Download recommended How to create and import a maze: To create a maze, first open a text editor. The first two lines of the file will be the player's starting position. The rest of the lines will be the maze. 0 represents air, 1 represents a wall, and 2 represents the goal. For example, this is the maze used in the project: 2 2 11111111111 10000010001 11101010101 10001010001 10101010111 10100000111 10111111111 10000000111 11101110111 11121110111 11111111111 Save your maze as a .txt file. To import a maze, first press See inside. Next, go to the variables section and show the Level list. After that, right click it and choose import. Finally, choose your maze file and import it. You should be in your maze when the flag is pressed.