red_swap_blue
It’s a puzzle game, you have to swap all red pieces with the blue pieces to win.
In this project DFS,BFS,UCS and A* search algorithms have been implemented to solve this puzzle using Flutter framework.
Level 1 (2×2):
Level 2 (3×3):
Level 3 (4×4):
Comments are closed.