Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 760 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 760 Bytes

TurtleChallenge

A turtle must walk through a minefield. Write a program that will read the initial game settings from one file and a sequence of moves from a different file. Then the program will output if the sequence leads to the success or failure of the little turtle. The program should also handle the scenario where the turtle doesn’t reach the exit point or doesn’t hit a mine.