Writeup
Misc
English
FlyDragon
There are two levels to this challenge, and upon completing the first level, you can proceed to the second level. To obtain the flag, you need to participate in the second level and reach the endpoint.
It's a regular grid-based game where you progress through rounds by moving one step at a time.
It's important to note that if there is a tie in the number of votes between two options, you can take two steps at once.
The map is larger, and now you need to vote for ten options at once.
Upon calculating, you'll realize that it's impossible to reach the endpoint in ten steps.
By checking the hint, you'll discover that the second level has the same issue as the first level. You can leverage the feature where equal vote counts allow for repeated steps to reach the endpoint.