Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Lab 2: Fun with a Maze! CSC 254 *Please complete and get Part I signed off before discussing the lab with others* In this lab you will be using a 2D...
Okay so, I have uploaded my entire lab assignment ( just for clarity sake ). I have completed Part I and I would say half of Part II, but I am having trouble communicating two files to each other. I am already doing it once, but I don't fully understand how I even did it so I don't know how to apply it to another file. A quick summary of what the lab is, is a 3x3 maze (I will input what it looks like at the end but it may look weird with formatting) but I am to have a 3x3 maze with a 1 representing a wall, 2 represents the initial location, and 3 represents the end location. 002 010 030 This would be the Part 1 on the lab, but we are to replace wherever the player is (Number 2) with X, so it would be: 00X 010 030 And now I need to code instructions that I am able to move the X to the 3 and notify the user when you are unable to go a certain way due to a wall or out of bounds. Hopefully someone can help because the teacher was even willing to extend the deadline for me, but the book isn't really helping with this.