Let's Create: A sliding puzzle game in Unity

Опубликовано: 25 Январь 2025
на канале: Firnox
22,539
455

The sliding puzzle game (also know as fifteen or 15-puzzle) is where you have a grid of squares with one removed, and you need to get them back in the right order.

We'll recreate this in Unity by creating the puzzle pieces, mapping to them the correct part of the image and creating the game logic.

As with all the Let's Create tutorials in the series, we'll focus on creating the core game mechanic, leaving the extra polishing to you. If you have any request for small games you'd like to see in this series please leave a comment.

The full code for this is available on GitHub: https://github.com/Firnox/SlidingPuzzle

Other videos in the Let's Create series:
1. 2D Sliding Puzzle - [this video]
2. Whack-A-Mole -    • Let's Create: Whack-A-Mole in Unity  
3. Block stacking game -    • Let's Create: A block stacking tower ...  
4. Minesweeper -    • Let's Create: Minesweeper in Unity  
5. Asteroids -    • Let's Create: Asteroids in Unity  

Contents
0:00 Introduction
0:22 Project setup
2:56 Puzzle piece creation
6:55 User interaction
10:20 Shuffling and checking completion