Rating:

**Full write-up:** https://www.sebven.com/ctf/2021/07/30/ImaginaryCTF2021-Mazed.html

Misc – 225 pts (38 solves) – Chall author: puzzler7

This cheeky server taunts us with a 4D maze of length 10, so a total of 10x10x10x10 tiles. We start in one corner, with the flag in the other. Because there is only a time limit of 10 seconds and not a limit on the number of moves through the maze, we can just calculate a brute-force solution. Not exactly elegant, but there is no need to be this time.

Original writeup (https://www.sebven.com/ctf/2021/07/30/ImaginaryCTF2021-Mazed.html).