GameDevHQ Professional Developer Program Part 4: Mobile Gaming

Simon Leen
Sep 13, 2021

Objective: Project setup

The above image is a screenshot from the game we will be building from scratch. This will be done in stages and documented with posts along the way, showing the progression at each stage.

The game will be a 2D mobile game with on screen controls, Enemy AI, Attack and Loot systems, Ads and more. The final stage will include testing and publishing to the Google Play Store.

To start off we create a fresh git hub project and link it to a new Unity project on our local development system. Each stage of the project will be commited to this git hub repository to keep track of the progress along with the medium posts. In the next post, we will start by looking at building the environment.

--

--