My first game is out !


Hi !

After almost a year of development, Miserapagos is now released. It was very challenging, I did not expect that. Let’s see together what I did for this game.

First of all, I wanted to make a game using Flutter. Why Flutter ? The answer is simple: I had to teach Flutter to my students, so I wanted to learn this technology. Then, I wanted to have a multiplayer game, because I find it more challenging. So I used Firebase as a backend. Firebase helped me a lot to initiate the game, however, I’ve spent so much time trying to make this game using serverless backend. Serverless means that you don’t have a backend up all the time, but only when it’s needed.

I wanted to make a game with a lot of animations, so you don’t feel it’s a simple mobile application without any engine. However, I endup removing all thoses animations, due to performance issues. In fact, the a mobile application if not meant to render animations in a loop. I had to undo most of my work, so I felt a little bit disappointed.

Anyway, I managed to finish my first game. It was a long journey, but I can say that I have finished a multiplayer game, by myself.

I hope you’ll like this game. If you have any ideas to improve this game, feel free to add a comment bellow !

See you soon !

Leave a comment

Log in with itch.io to leave a comment.