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):
![[2025] A Red Swap Blue puzzle game with Flutter level_1](https://i0.wp.com/user-images.githubusercontent.com/75865893/224558862-71d7a000-efa7-4e08-8a36-5600828a6ff0.png?w=770&ssl=1)
Level 2 (3×3):
![[2025] A Red Swap Blue puzzle game with Flutter level_1](https://i0.wp.com/user-images.githubusercontent.com/75865893/224558866-19d725d3-aa77-4f7f-b6aa-a3ef04e38ac1.png?w=770&ssl=1)
Level 3 (4×4):
![[2025] A Red Swap Blue puzzle game with Flutter level_1](https://i0.wp.com/user-images.githubusercontent.com/75865893/224558867-b0d2069e-898e-4213-b22a-9887021abe9d.png?w=770&ssl=1)
Comments are closed.