Craft·4 min read

Pixel Art or Painted: Choosing a Style for a Commission

One of our games is 104KB of pixel art. Another is 20MB of painting. Neither choice was about taste.

The pixel-art title screen of the Tape Loader 60th birthday game, with the birthday person standing between a cassette and a joystick.

We have built games in both. One is 104 kilobytes of pixel art. Another is twenty megabytes of painting. The gap between those two numbers is almost entirely a style decision, and it changed everything downstream of it.

This is the comparison as it actually plays out in a commission, rather than as an aesthetic preference.

They are different disciplines

Worth saying first, because people assume pixel art is the easy one.

Pixel art is drawn small, often a character no more than sixty pixels tall, with every pixel placed on purpose. It is then displayed enlarged with smoothing switched off, so the pixels stay hard-edged squares rather than blurring. Our platformer sets exactly that flag on its canvas.

The skill is in what to leave out. A face at that size is a handful of marks, and choosing which handful is the entire job. Bad pixel art does not look charmingly simple, it looks like a mistake, and the line between the two is narrow.

Painted art is drawn at or above the size it will appear, with soft edges, blending and as much detail as the artist wants to put in. The skill is more familiar and the failure modes are gentler; a mediocre painting is still recognisably a painting.

Neither is the cheap option in general. Which is cheaper depends entirely on what the game needs.

What each one costs

Pixel art scales with the number of distinct things. A character, a few poses, a set of tiles, some props. Once those exist, more level is nearly free, because a level is a rearrangement of things that already exist. File size is trivial: an entire game of it fits in a hundred kilobytes.

Painted art scales with the number of distinct scenes. Each new location is a new painting, and a painting cannot be assembled from parts of other paintings without looking like it was. Our adventure has hundreds of illustrations, and that is the honest reason it is twenty megabytes rather than one.

So the shape of the game decides which is cheaper. A platformer that revisits the same kinds of space is cheap in pixels and expensive in paint. A journey that visits thirty distinct places is the reverse, and the full arithmetic is in why one game is 104KB and another is 20MB.

The pixel-art title screen of the Tape Loader birthday game, with the birthday person painted in between a cassette and a joystick.
Every element on this screen is reusable. That is what makes the style cheap once it exists.

What each one says

Style is not neutral. It arrives carrying a reference whether you intended one or not.

Pixel art says a specific era, and for a great many people it says their childhood. That is enormously powerful when the game is a sixtieth birthday present for someone who had a home computer in 1982, because the style is doing half the emotional work before the content starts. Our Tape Loader build leans on this deliberately: the loading screen with its climbing byte counter is a memory, not a mechanic.

It is a liability when the occasion has nothing to do with that era. Pixel art for a christening reads as a stylistic choice made for the person building it rather than the person receiving it.

Painted art carries much less baggage and is therefore the safer default. It says "somebody made this by hand for you", which is close to universally the right message for a gift. It is what our adventure uses, and what most of our commissions use.

Likeness

If the point is that somebody recognises themselves, this is often the deciding factor.

Painted art holds a detailed likeness comfortably. Pixel art holds a likeness through silhouette and one or two signature details, which is covered in how a photograph becomes a character.

That works beautifully for a person with a distinctive shape: particular hair, a jumper they always wear, a build that reads instantly. It works less well for someone whose recognisability lives in their face, and it is worth being honest about that at the brief stage rather than after the artwork exists.

Mixing them

Games mix styles constantly and it works when it is structured rather than accidental.

The usual structure is that the world is one style and the framing is another: a pixel-art game with a painted title screen, or a painted game with a crisp graphic interface. That reads as deliberate because the two styles occupy clearly different roles.

What does not work is mixing within a single scene, where a painted character in a pixel world simply looks like a mistake. The eye is extremely good at detecting a different edge treatment and immediately reads it as something that does not belong.

What this means for a commission

Let the occasion choose, not the taste. If the recipient's memory is of a particular era, pixel art is doing work no other style can. If not, painted almost always lands better.

Ask what the game is shaped like. Many rooms, few mechanics, painted. Many mechanics, repeated spaces, pixels.

And the style decision comes before the palette. Which comes before the artwork, which comes after the level layout, which comes after the movement. The whole ordering is in why game artwork gets drawn twice and it is not a chain you can enter in the middle.

Both styles are represented in the arcade. They are unmistakably from the same studio and unmistakably different things.

◆ Questions

Common questions

What is the difference between pixel art and painted art in games?+

Pixel art is drawn at a small size where each pixel is placed deliberately, then displayed enlarged with hard edges. Painted art is drawn at full resolution with soft edges and blending, and displayed at or near the size it was made. They are different disciplines, not different quality levels.

Which style is cheaper for a custom game?+

Pixel art is usually cheaper per asset and much smaller to deliver, but it is a specialist skill and a poor pixel artist produces something that looks broken rather than simple. Painted art scales in cost with how many distinct scenes are needed.

Does pixel art look dated?+

Only if the reference is unintentional. It carries a strong association with a particular era, which is an asset when the game is about that era and a liability when it is not.

Which one holds a likeness better?+

Painted art, comfortably, if the likeness needs to be detailed. Pixel art carries a likeness through silhouette and one or two signature details, which works well for someone with a distinctive shape and less well otherwise.

Can a single game use both?+

Yes, and it is common for the game world to be one style and the title and interface screens another. It has to be a deliberate decision rather than a drift, or it reads as inconsistent.

  • craft
  • art
  • design
  • process
◆ Keep reading

Related from the journal.