Skip to content

Tag: research

How to deconstruct a game

One of the skills that make a game designer instantly hireable is the deconstruction of games. It is no easy task to complete, since the first instinct is to end the job once we have identified the core loop, the secondary loop and maybe some unique feature.

I have seen too many times teams copying from here and there after a quick deconstruction and the result is something like

Not cool huh?

A good deconstruction looks for the audiences of some game and wants to really empathize. Having a document with the core features is nice, but having empathy maps, customer journeys and personas at the end of it is key for the success of a project.

  • Play the game for the right amount of time
  • Look for its update logs: you need to know where developers put the highest efforts
  • Read reviews and study them
  • Look for streamers, those are free playtests
  • Join Discord channels and Reddits to spot the interesting and pain points
  • Run playtests of your competitorsTry to interview core Players

With all those insights, build your Player. Forget demographics, focus on behaviors and needs!

I played: Merge Animals 3D

The thing I like the most about the hypercasual trend is that I really cannot deeply understand why all of this works. My professional mind has collected a lot of assumptions regarding game design theories. So that I am constantly challenged when I see millions of people playing silly games. Fascinating!

Merge Animals 3D FTUE

This weekend I tried out Merge Animals 3D that is performing well on mobile phones. The concept is pretty cool. The game is about trying out different combinations of animal traits on a runner and see how they do perform on the track. The main character is a human anonymous mannequin. He is competing against two mannekins more, also them with random configurations. The camera is top-right and impedes having a clear view of what is coming, so that some reflexes are needed to overcome obstacles. Then you unlock a new animal trait which will permit to overcome other kind of obstacles.

There are five kind of possible traits to dominate with an animal prothesis: strength, water, climb, fly and run. I haven’t found much more. It is impossible to arrive the last, I have tried everything. If you don’t end the race first no worries: you will still pass to the next levels! No lose condition at all.

The colors and textures are completely plain, that suggests that the game works with the part of our thinking system which looks for immediacy. No complex thoughts involved at all. Classic for the hypercasual games!

The game monetises with ads. I am afraid there is too few challenge right now. Maybe developers are trying out the core loop and then they will iterate on that.

Merge Animals 3D Core Loop

After a while I found pretty frustrating having to choose manually the mutations I wanted to face the next “challenge”. A UX improvement would be in that sense.

There is nothing suggesting to the Player why is doing all of that. A narrative design improvement would probably include a level sequence or images unlock. You discovered a new animal trait? tell me something about that animal.

Levels have basically no challenge. In order to maintain that philosophy, a Level Design improvement would probably be including some bonus level where the Player could collect letters or other elements useful to unlock new mannequin skins, for instance.

The game system is super simple. For the System Design part I would probably try to find some idle mechanic for the levels. Leves are a rewarding moment and not a challenging one, as mentioned before. Probably the Players who stay more than 2 days would find fun having some automatic system where they can grind other elements related with experiments and merging.

You will find the brickfile on github, as usual.

How to create a repository of the games we play

I learned a technique that I use a lot from a YouTube video of an industry expert. The technique is called brickfile and is an excellent tool to research and internalize some aspects of a game that we are studying and analyzing.


When I play a new title, I always record game sessions and upload them to my YouTube channel. In the case of mobile games, I wait for a session on day 3 and try to record at least 40 minutes of play by going through all possible screens.
Save snapshots of the gameplay video, watching it again. I use VLC for this operation which allows you to save snapshots using the SHIFT + S combination

vlc snapshots
Take all the snaps and pass them to the PureRef program, which is free and allows you to view them in the form of a grid.

PureRef
Brickfile is the name of this format, and is very useful for future reference. You can easily check the various features of a game and use each snapshot for wireframes, too. In fact, from PureRef you can easily copy and paste into other programs such as Inkscape!


I have created a public repository on GitHub where I will upload my brickfiles. It would be great if it were a collaborative project!