[Community Puzzle] An adventure in the fantasy world

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @renzyGo,validated by @Ayza,@JeremyRoussy and @DaNinja.
If you have any issues, feel free to ping them.

(The forum was down when the puzzle was approved, hence CommunityBot did not create this post.)

3 Likes

5DN1L moderator of the year :slight_smile:

1 Like

Thank you for creating the forum.

1 Like

Hi, thanks for this puzzle, I’ve enjoyed it :slight_smile:
Just to notice that I was able to pass all the validators but not tests 7 and 8, because I had forgotten to empty the visited cell the first time I get the money from it.

  1. The puzzle does not explicitly indicate how the coordinates change as you move up/down (whether it is a Cartesian coordinate system or an array).
  2. The puzzle is interesting, but I think it could have been made EVEN more interesting, namely: the restrictions on maximum/minimum coordinates could be significantly increased to eliminate the use of the array, as well as increase the number of events.