This project is a Jigsaw Puzzle game. The tiles are dynamically created at runtime based on Bezier Curve. You can play the WebGL version of the game on Faramira.
This repository comprises the source codes for my tutorial on Create a Jigsaw Puzzle Game in Unity.
Read Part 1 – Implement Bezier Curve using C# in Unity
In this tutorial, we will learn how to implement the Bezier curve using C# in Unity. We will then create a sample application that displays the Bezier curve.
Read Part 2: Create a Jigsaw Tile from an Existing Image
In this tutorial, we will learn how to create a Jigsaw tile from an existing image using the Bezier curve.
Read Part 3: Create a Jigsaw Board from an Existing Image
In this tutorial, we will learn how to create a Jigsaw board from an existing image.