The following will make the 2D Arcade game using Unity.
Unity is a games engine. It is free to use but once you start making a certain amount of money, then you end up paying a subscription fee.
You can get Unity here. Click on Games, and then Get Started to download the personal version.
To build this app, I am also using the Visual Studio Community IDE / Compiler as Unity requires you to have an editor to write or code scripts in C#
Ensure you tick the Unity section when you are installing Visual Studio
Tutorials
- Tutorials from Unity
- Creating a bird type arcade game – has how to install Unity as well
- Basic Unity tutorial
- Creating a Flappy Bird clone
Game so far
This is the playable game in Unity so far