Create 2048 from scratch
What you’ll learn
Use Unity to efficiently create games
Use LayoutGroups to easily create and place UI
Use Animations and Animation Curves to improve your game feel, and adjust them while your game is running
Capture player input from multiple sources
Use PlayerPrefs to persist game data
Export your Unity game to Android/iOS/Web/Mac/Windows/Linux
Requirements
Basic programming knowledge
No Unity experience required
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.