michaellikaiye / lush-liquid

maze solver
0 stars 0 forks source link

Classwork #3

Open hlin8 opened 6 years ago

hlin8 commented 6 years ago

While testing your code,

java UserOfMazeSolver mazes/4cell_treasureWest.txt 0 3

which places the explorer on the wall,

it outputs


|0**E|

false...expecting true.

It's correct, but you should probably remove the expecting true.

amelendez19 commented 6 years ago

I think that might be because java UserOfMazeSolver mazes/4cell_treasureWest.txt 0 3 doesn't fit the intended situation for whichever test was uncommented in the User class when you tested our code. Am I mistaken?