This section will be really short. All we're going to do is replace the small maze with an actual Pacman maze. This maze is the same as the one you'll find in the first Pacman game. It looks different because you're only seeing the nodes. We'll add the graphics later. What's nice is that there isn't a whole lot we have to do. We just need to create this text file and then use it instead of the other text file we were using. The code we wrote should work for any size file.
Create a new file and call it maze1.txt or whatever you want to call it, then copy and paste the text on the right into it.
Go back into the GameController class and change the name of the file to "maze1.txt" instead of "mazetest.txt". When you run the program again you should get something like the image on the right. Go ahead and move around the maze to test things out.