Image Puzzle Game

  • Tech Stack: C#, BFS/DFS, Window Forms
  • Quick Demo URL: Link
  • Github URL: Project Link

Key Features of the Image Puzzle on Window Form project:

  1. Image Puzzle Game: Enjoy a challenging and engaging image puzzle game where players rearrange puzzle pieces to solve the puzzle.
  2. BFS and Best-First Search Algorithms: Implement the Breadth-First Search (BFS) and Best-First Search algorithms to provide efficient and intelligent puzzle-solving strategies.
  3. Window Forms Framework: Develop the game using C# and the Window Forms framework, providing a user-friendly and interactive graphical interface.

Additional features include:

  • Customizable Image Selection: Choose from a selection of provided images or use your own image to create personalized puzzles.
  • Random Puzzle Shuffling: Automatically shuffle the puzzle pieces at the start of each game, ensuring a unique and unpredictable puzzle layout.
  • Drag and Drop Interface: Easily rearrange puzzle pieces by dragging and dropping them into the desired positions.