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 general
create easy to super hard Sudoku Boards
create a Auto Solving System using Recursive Back Tracking later
create Inputs with Buttons to get a working Sudoku Game
Settings possibility for multiple Game Modes
Unity (2019.1.8f1)
create a Playfield of your liking
create Inputfield to give the Player Input possibilities
Create a simple Win GUI – You may want to create a not solved yet GUI as well
Hint and Check Buttons
creating a Menu and the Game Scene
Course Material
I provide no Material since it’s not needed for the Course.
Instructor Details
Courses : 8
Specification: Unity Game Tutorial: Sudoku 2D
|
2 reviews for Unity Game Tutorial: Sudoku 2D
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 4 hours |
Year | 2019 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | No |
$84.99 $14.99
Fernando Dias –
Excelente curso, entrega o que prop e, um jogo completo e funcional de sudoku b sico. Para mim, s n o foi incr vel, por em alguns momentos, mesmo para alunos com conhecimento intermedi rio, pode ter ficado confuso o uso de nomenclatura de vari veis quando usando for loops aninhados (i, j, k, l, x, y), onde a maior parte poderiam ser row e col (column), e tem uma vari vel string chamada identifier que est perdida no c digo e nunca usada. E n o superou expectativas, na quest o do Hint, que poderia efetuar a an lise do quadro e informar ao jogador o porque do n mero estar l , usando as metodologias de remo o de candidatos/possibilidades como swordfish ou xwing.
M Nocturnal –
This is a great course if you’re trying to bridge the gap from beginner to intermediate coding C# and Unity. The instructor is very knowledgeable and provides examples when explaining difficult concepts/mathematics which I found very helpful, being a visual learner. The course covers two different ways to create a Sudoku Grid, one more simple but beneficial to demonstrate how the underlaying code works. The other includes recursive backtracking which creates a more versatile board. This was my first introduction to such a method and I really appreciate it being included. Look forward to more courses!