How to make a game 2048 is a tutorial series teaching you how to make a 2048 like game using Unity 2018. At the end of the tutorial you will have a fully functional 2048 game.
How to make a game like Pong is a tutorial series teaching you how to make a pong clone like game using Unity 5. In this tutorial we will not be using standard physics with rigid bodies and collision detection but instead we will use a little bit of basic math and trigonometry to calculate where the ball will bounce to. We will also learn how to setup a UI and add scoring to the game as well as how to implement the computers AI system.