Play the famous 8 Puzzle game and Jigsaw game with unlimited levels comprising fun and exciting pictures. See how you fare against the best possible moves made by the AI using the Astar algorithm. Have fun!
The 8-Puzzle game came up due to a tutorial that I wrote: "Solving 8 puzzle problem using A* star search in C++" (https://faramira.com/solving-8-puzzle-problem-using-a-star-search-in-c/). I ported this tutorial to Unity and demonstrated the Astar pathfinding to solve the 8 puzzle problem. Read the C# implementation "8-Puzzle Problem Using A* in C# and Unity." (https://faramira.com/8-puzzle-problem-using-astar-in-csharp-and-unity/).
The Jigsaw game project resulted from a tutorial that I wrote: "Create a Jigsaw Puzzle Game in Unity" - (https://faramira.com/create-a-jigsaw-puzzle-game-in-unity/). Read the complete tutorial on Jigsaw Puzzle and many other tutorials on https://faramira.com/category/tutorial/
I am now creating a Quiz game and very soon it will be part of Quizzles.