Unity Game Tutorial: Sudoku 2D

Posted By: ELK1nG

Unity Game Tutorial: Sudoku 2D
Last updated 8/2019
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.55 GB | Duration: 4h 3m

Learn how to create your own Sudoku in Unity Game Engine.

What you'll learn
Learn how to create Sudoku using C# and Unity.
You'll learn to create your Functions.
C# : int, string, array, List, Modulo and some Math
Unity Canvas, Layouts, Buttons and more…
Requirements
Some Unity knowledge will always help.
Unity version 5.6+ is recommended
A PC or Mac.
A passion for games.
The will and mood to finish the course.
Description
In this Course you'll learn how to create a Sudoku in Unity Game Engine.We create 2 different Conzepts. A Fill Mix Method and Recursive Backtracking Method. We create it as a 2D Game.This course is a Beginner/Intermediate Course, so if you have trouble in any case, write me a message or Q&A, and i'll help as best as i can. If you are beginner, you might have some trouble to follow, but the videos will guide you through the complete course. Don't forget you only become better if you repeat things and keep on learning!So we create several Systems which will give us enough freedom to:C# (Monodevelop)create any type of Sudoku in generalcreate easy to super hard Sudoku Boardscreate a Auto Solving System using Recursive Back Tracking latercreate Inputs with Buttons to get a working Sudoku GameSettings possibility for multiple Game ModesUnity (2019.1.8f1)create a Playfield of your likingcreate Inputfield to give the Player Input possibilitiesCreate a simple Win GUI - You may want to create a not solved yet GUI as wellHint and Check Buttonscreating a Menu and the Game SceneCourse MaterialI provide no Material since it's not needed for the Course.You have to write the code on your own, i do not provide the final scripts!All other graphics for Menu's, Icons, Images or Buttons need to be created on your own.All Materials i provide are for education only and should not be in your final release!ConclusionIn the end of this course you will have a fully functional Sudoku 2D Game with multiple Game Modes.ChallengeAfter you have created nice Menus, Buttons, and maybe additional content, upload the Game to any Gaming Website, Google Playstore, Apple Store or even Windows Store or Steam.So what are you waiting for?Let's make your dream game a reality!!Level: Beginner / IntermediateVideo Course Length: ~4 hours Unity Version required: 5.3+

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: The Concept & Unity Setup

Lecture 2 The Concept

Lecture 3 Unity Setup

Section 3: Playfield V1 - Mix Version

Lecture 4 Initialize Grid

Lecture 5 Debugging Grid

Lecture 6 Debugging Grid Seperators

Lecture 7 Shuffle Grid

Lecture 8 Mixing Grid Cells

Lecture 9 Completing the Shuffle

Lecture 10 Creating the Riddle Grid

Section 4: Game Board Design

Lecture 11 User Interface - The Playfield

Lecture 12 User Interface - Number Buttons

Lecture 13 Scripting - Number Buttons

Lecture 14 Creating the Buttons

Lecture 15 Parenting the Buttons

Lecture 16 Button Prefab & Board Setup

Section 5: Player Inputs

Lecture 17 User Interface - Input Field

Lecture 18 Scripting Input Field

Lecture 19 Working Input Field

Lecture 20 Update The Riddle Grid

Lecture 21 Difficulty Levels

Lecture 22 Win Check

Lecture 23 Show Hints

Lecture 24 Finishing Hints

Section 6: Main Menu

Lecture 25 User Interface - Menu Scene

Lecture 26 Menu Buttons

Lecture 27 Connect Difficulty Settings

Lecture 28 Debug & Print Clean Up

Lecture 29 Win Panel

Section 7: Playfield V2 - Recursive Back Tracking

Lecture 30 The Concept

Lecture 31 Column Check

Lecture 32 Row Check

Lecture 33 Block Check

Lecture 34 Check All

Lecture 35 Valid Grid Check

Lecture 36 Fill Grid Base

Lecture 37 Solve Grid #1

Lecture 38 Check Possibilities

Lecture 39 Solve Grid #2

Lecture 40 Optimize Create Riddle Grid

Lecture 41 Update Start Function

Section 8: Conclusion

Lecture 42 Game Ideas

Lecture 43 Thanks

Sudoku Intusiasts.,You want to finish your first game ever.,You love games and have passion for creating such.,You always wanted to create your own Sudoku game.