*****Instructions***** Use the mouse pointer to add blocks on the screen. You can press c to clear the project if you make a mistake when designing the maze. When you press space this program will try and solve the maze by connecting the blue and red squares. (Blue is the start and red is the destination). *****How This Works***** This isn't the most efficient method of solving a maze but it is one that I personally came up with. You can look inside and there are many notes to help you understand how I made it. If you change the hide block in the path finder script to a show block you will see what is happening. ★★★Change Log★★★ 20/3/19 - Fixed backwards glitch with player movement, shortened script and added notes inside the project 21/3/19 - Fixed stair case problem, made backwards script much much faster, and improved minor glitches