Tower of Wheels
Briefing:
So, this is strange - our undercover agent noticed that one of the gang has left a set of bike wheels set up in his workshop like a Tower of Hanoi puzzle. We think it’s wired up to his computer and might reveal something if our agent can complete the puzzle.
We’ve mocked up the puzzle for you to try using JavaScript. You can move the wheels by entering the following command: **move(
Tip: Complete the puzzle to get the flag.
Hint:
If you’re struggling with the puzzle have a look online for guides on solving a “Tower of Hanoi” puzzle.
How to Solve:
- Use the move function in order to get the flag:
move("left","right") move("left","mid") move("right","mid") move("left","right") move("mid","left") move("mid","right") move("left","right")