I was inspired to learn how to create mobile games so I created a short mobile game with simple instructions; Two buttons (attack button, and defend button)
In this game, there are enemies spawning from the right of the screen and they will either run towards the player and attack him or shoot projectiles.Â
The rate at which the enemies spawn speeds up the longer the player survives until a limit is reached, where the game becomes quite difficult and it is very hard to keep up.
I learned a lot in the process of making the game such as optimisation of file sizes and avoiding the use of tick events when possible.
In the end, I decided against releasing the game in android, as I felt the game was way too simple to be entertaining, but that doesn't mean I was disappointed with the creation of the game at all, I had a lot of fun experimenting with making the game playable in mobile and learning more about using sprite animations.