This puzzle is part of the problem solving program that I teach to middle and high school kids. If you have solved the Jumping Frogs puzzle (https://scratch.mit.edu/projects/410047345) or have got a hang of it, try to solve this puzzle. The Red pieces move Down or Right and the Black pieces move Up or Left. The goal is to toggle the positions of Red and Black tokens. Again, the aim is to do in least number of steps. As the program takes care of legal moves, if you get stuck/reach an impasse that you are not able to move the tokens; this means you have made an incorrect move somewhere earlier. Restart the game by clicking on the Green flag and try again. As the game already factors in only legal moves; once it's solved, you should know that you have done it in least number of moves! Good luck! #Puzzles #LogicalThinking #Mathematics #AlgorithmicThinking #Algorithms #ProblemSolving #MathsAndFun #MathsAndScratch
See the base puzzle on which this puzzle is based: https://scratch.mit.edu/projects/410047345