Create a Jigsaw Game Using Unity and C#

Описание к видео Create a Jigsaw Game Using Unity and C#

In this video, we will go in-depth and learn how to make a jigsaw puzzle game using C# in Unity.
We will start the tutorial with the basics of the Bézier curve, followed by implementing Bézier curves in Unity. We will then move on to creating jigsaw tiles from an existing image using the Bézier curve, then generate a jigsaw board from an image, and then finally create the jigsaw game in Unity.

The tutorial is divided into four broad sections, with each containing one or more subsections. You can find the time stamp for each of these sections below in the description. The first section is “Implement Bézier Curve using C sharp in Unity”. The second section is “Create a Jigsaw Tile from an Existing Image”. The third section is “Create a Jigsaw Board from an Image”, and finally, the fourth section is “Create a Jigsaw Puzzle Game in Unity.”

You can read the written version of this tutorial on our website. https://faramira.com/create-a-jigsaw-...

You can also find the entire source code of this project in the GitHub repo,https://github.com/shamim-akhtar/jigs....

0:41 - Tutorial Sections
1:12 - Section 1 - Implement Bézier Curve using C# in Unity
1:29 - What is a Bezier Curve
3:03 - Bezier Curve Equation
4:12 - The Unity Project
5:09 - The Implementation of the BezierCurve Class
12:41 - Visualising the curve
23:58 - Section 2 - Create a Jigsaw Tile from an Existing Image
24:38 - The Template Bezier Curve
26:56 - The Sprite Utility Functions
28:12 - The Image Tile
43:43 - The Bezier Curve on the Image
44:05 - Cutting the Image Based on Bezier Curves on All Sides
47:43 - The Flood Fill Algorithm
56:21 - Image Cut with Bezier Curve
56:36 - Section 3 - Create a Jigsaw Board From an Image
58:11 - The Jigsaw Board Image
1:05:26 - Create the Jigsaw Tiles
1:12:54 - Result of the Jigsaw Pieces
1:14:25 - Section 4 - Create a Jigsaw Puzzle Game in Unity
1:15:42 - The Tile Movement Script
1:18:26 - Depth Sorting of Tiles
1:22:05 - The Game App Singleton
1:25:46 - The Game Menu
1:33:38 - The Menu Script
1:36:59 - Shuffling of Jigsaw Tiles
1:46:29 - Implement The Show Hint Icon
1:48:51 - Implement the Tiles in Place Text
1:51:48 - Game Completion and Continuation

Комментарии

Информация по комментариям в разработке