
Create 2048 from scratch
Description
Welcome!If you have ever wanted to create your own game but have felt like it was too intimidating, then this course is for you!
In this course we will be recreating the popular game 2048 from scratch in Unity. I will be walking you through every line of code we write as well as every action we take in Unity. By recreating this game from scratch, we will be learning what it takes to make a game.
We will start off with the basics, creating the groundwork for the game. Then we will add features and polish one-by-one until we have the finished game and a better understanding of how the game works.
Below are just a few of the things we will be covering in this course:
- Scriptable Objects - to extract shared configuration from the scene into the project.
- Coroutines - to run code in parallel
- UnityEvents - to decouple code from UI
- LayoutGroups - to easily create and place UI elements
- Animations & Animation Curves - to add some polish and make your game look good
Who this course is for:
- Beginner-Intermediate game developers looking to get into Unity