[Community Puzzle] The Holy Grail

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Hi guys,

This topic is about the-holy-grail

The objective of this puzzle is incomplet, it is asked to detect a complete path, and once it is revealed to sprint the holy grail. From the output it seems that you have only one thing to do, return the number the number of tiles that have appeared when you find a path to the grail (thus total_tiles - 2). You will not have to “move”, nor “run”, and will not “fall”.

The puzzle is still interesting to work on path finding algorithm, just not as fun as the description suggest.