A sliding puzzle game where you move tiles with chickens to cover all the eggs on the board. Inspired by the Chicken Shuffle game, this version is implemented in Java.
You can customize the puzzle to your liking. Then, either solve it yourself or use one of the built-in algorithms: Breadth-First Search (BFS) or Depth-First Search (DFS) to find the solution.
Movable tiles are highlighted in red.