CSCI 150 HW: Minecraft

Due: Monday, January 21

Consider the world shown above. Your task is to write a program to accomplish the following:

Remember not to fall in the lava!

You may use any of the instructions you remember from the Minecraft lab. If you don't remember how the instructions work, you can try them out on code.org. Ultimately, you should make sure you write down any assumptions you make. As one simple example, when you "place track", does the track appear in the square your character is on, or in the square in front of your character? You can either play with the command on code.org to figure it out, or just make a reasonable guess and write down your assumption.

You may write your program by hand, or type it and print it out. Either way, you should bring a physical copy of your homework to class on Monday.