Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @Pika_equals_Pika,validated by @JohnyDarecek,@philRG and @Winter_not_comming.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @Pika_equals_Pika,validated by @JohnyDarecek,@philRG and @Winter_not_comming.
If you have any issues, feel free to ping them.
Contrary to what the statement says, the starting position in the maze is not always (0,0) . Fortunately, reading once the player position in the loop provides the missing information. Reviewers did a poor job on this puzzle.
The statement does not state that the starting position is always (0, 0). It states that the top left corner is (0, 0), and the starting position is (0, 0) only in the example.
Yet, when I tried to solve it, the statement did give me the same impression as yours, and I was stuck until I realised my misinterpretation. I agree that the statement may be written more clearly to avoid misunderstanding.
I admit that I may have been a bit too harsh but the statement is really not on par with the job done on graphics.
I also discovered in by printing stuff in stderr ^^".
You might want to make it more explicit.