Introduction to Pixel Art for Games

Ever wanted to create awesome 2D pixel art for your mobile games? This tutorial walks you through the process of building simple yet powerful pixel art characters. Includes best practices, insider tips, and step-by-step instructions to create a simple but powerful retro character for your game. By .

Leave a rating/review
Save for later
Share

Pixel art is really popular in games these days, and for some great reasons:

  1. Looks: Pixel art looks awesome! There’s something to be said about making the most about each pixel in a sprite.
  2. Nostalgia: Pixel art brings back a great nostalgic feeling for gamers who grew up playing Nintendo, Super Nintendo or Genesis (like myself!).
  3. Ease of learning: Pixel art is one of the easiest types of digital art to learn, especially if you are a more of a programmer type than an artist. ;]

So wanna try your hand at some pixel art? Follow along with me and I’ll show you how to make a simple but cool game character you can use or tweak in your own games!

A pixel art game character with spikey brown hair, a green t-shirt, and jeans

Learn pixel art by making this cool game character!

And as a bonus, after I show you how to make the character, Ray will dive in and show you how to integrate it into an iPhone game!

To follow along with this tutorial, you will need Adobe Photoshop. If you do not have Photoshop, you can download a free trial from Adobe.

Read on to start pushing some pixels!

What Is Pixel Art?

Before we get started, let’s be really clear about what pixel art is — it’s not as obvious as you might think. It’s also a matter of some debate and style, but we’ll come up with a definition for the sake of this tutorial. :]

The easiest way to define pixel art is by saying what it isn’t: Anything that generates pixels automatically is not pixel art. Here are some examples:

An orange to blue gradient grid

Gradients aren't pixel art.

Gradients: Choosing two colors and calculating the ones between them in a space interval. Looks cool but not pixel art!

A blue square with blurred edges

Blurs aren't pixel art

Blur tools: Identifying the pixels and replicating/editing them to make a new version of the previous image. Again not pixel art.

A blue line with smooth, anti-aliased edges

Anti-aliasing isn't pixel art

Anti-alias tools generate new pixels in different colors to make something look ‘smoother’. You should avoid them for now.

Some would say that even automatically generated colors are not pixel art, implying that layer blending effects that mix pixels between two layers in a preset algorithm are not allowed. But since most hardware nowadays can deal with millions of colors, you can ignore this. Nevertheless, using fewer colors is a good practice of pixel art.

Other tools such as the line tool or the paint bucket tool also automatically generates pixels. However, you can configure them to not anti-alias their edges, giving you control over every pixel they fill, so they are “pixel art friendly”.

In the end, pixel art is all about taking great care about the placement of each pixel in a sprite, most often manually and with a limited palette of colors. Let’s try it out!

Getting Started

Before you start making your first pixel art asset, you should be aware that pixel art is not easily resizable. If you try to scale it down, it will look like a mess. If you try to scale it up, it can look OK as long as you use a multiple of two. However, it will look more pixelated.

To avoid this problem, you should first put some thought into exactly how large you want your game character/enemy/game element to be before you get started. This should be based on the screen size of the device you’re targeting, and how large you want the “pixels” to look.

For example, let’s say you want the game to look double-sized on an iPhone 3GS (“I really want to give a retro, pixel look to my game!”), which has a resolution of 480×320 pixels. Then your working resolution will be half of that size, or 240×160 pixels.

Open a new canvas on Photoshop by selecting File ▸ New… and set it to 240×160 pixels so you can look at it and choose the size for your character.

Screen size

There: 32x32 pixels!

I chose 32×32 pixels not just because it seems good enough for this resolution, but 32×32 pixels is also a power of 2, which is handy for game engines. Tile sizes are often a power of two, textures are padded to a power of two, etc.

Tip: Even if the game engine you are using accepts any image size, it’s a good practice to use even number image dimensions. This way, if you ever need to scale the image, you can divide the dimensions more cleanly, resulting in a better look.

Making Your First Character

Pixel art is well known, when it’s done well, for its sharp and easy-to-read graphics: You can identify the character’s face, eyes, hair and body parts with just a few pixels. However, the developer size is much more complicated: The smaller your character is, the more difficult it is to make everything fit.

To make things more practical, choose what the smallest readable thing on the character will be. I always choose the eyes, because they are (magically) one of the best ways to give life to a character.

In Photoshop, choose the Pencil tool. If you can’t find it, just press and hold the Brush Tool and scroll down to Pencil Tool (it should be the second one). You will just need to resize it to brush size 1. Do they by clicking the tool options bar and changing its size or by holding the [ key.

The pencil tool in the Photoshop menu

You will eventually need the Erase tool too, so click it (or press E) and change its settings to Mode: Pencil so it doesn’t anti-alias as a brush.

Photoshop toolbar showing the erase tool

And start pixeling! Draw two eyebrows and an eye on the image, kinda like this:

Smallest measurement

Yay! I'm pixelling!

You could already start with the lineart (drawing as you normally would, making the lines and shaping the character), but a more practical way to do so is to first make its silhouette. The good thing is that you don’t need to be perfect on this stage, just try to take the sizes of things (head, body, arms, legs) and the character’s initial pose.

Go ahead and draw something like this with a gray color:

Silhouette

Doesn't need to be perfect at this stage

Notice that I also left some blank space. You don’t really need to fill the whole canvas, you’ll need more space for future different frames, and it’s very useful to keep the same canvas size for all of them.

Once you finish the silhouette, it’s time to begin the lineart. Now you should be more careful with pixel placement, so don’t bother making the clothes, armors or any details yet. If you need it, you can add a new Layer so you never lose your original silhouette.

Lineart

If you feel that the Pencil tool is a bit too slow to draw, you can always use the Line tool to speed things up. Just remember, you’ll need to fix some pixels because the Line tool is not as exact as the Pencil. You’ll need to configure it though, as shown below:

Choose the Line tool by pressing and holding the Rectangle tool and scrolling down to Line.

Line tool selected in the Rectangle tool menu

Go to the tool settings bar and select the third icon, Fill pixels. Change the Weight to 1, if it isn’t already, and uncheck Anti-alias (your nemesis!). It should look like this:

Line Tool settings

Tip: Notice that I didn’t make the bottom outline for the feet. It’s not really necessarily AND you save a row of pixels in your canvas.

Applying Color and Shading

Now you’re ready to start coloring your character. Don’t bother choosing the right colors now — it’s very easy to change them later. Just make sure that everything has its own color. For now, you can use the default colors from the Swatch tab by selecting Window ▸ Swatches.

Swatches tab

Go ahead and color your hero like this — but feel free to be creative and use your own colors!

Coloring

Good color contrast makes a better readibility of your asset!

Notice that I didn’t outline the clothes or hair. Always remember: save as many pixels as you can!

Oh, and don’t waste time by carefully placing each color pixel. To speed things up, draw the lines for each color and use the Paint Bucket tool to fill the spaces. You’ll need to configure this tool too. Select it on the tool bar, or just press G. Change the Tolerance to 0 and uncheck anti-alias.

Settings for the Paint Bucket tool

Tip: If you ever need to use the Magic Wand tool, a very useful tool that selects all pixels with the same color, apply the same settings as for the Paint Bucket — no tolerance or anti-alias.

Adding Highlights and Shading

The next step will require you some basic light and shading knowledge. If you don’t know too much about it, here’s a quick guide for it, and a more complete one here. If you don’t feel like learning this right now, you can skip this step and go toward to “Spicing Up Your Palette”. Shading, after all, is a matter of style. Choose what feels right for your game and capability.

Or, you can simply make your shading similar to my example below!

Character with added shading

Use the same light source for the whole asset

Try to give as much shape as you can; this is where the asset begins to look richer. For instance, you can now see a nose, a frowning expression in the eyes, hair volume, and folds in his pants. Adding a few light spots will make the character look even better:

Highlights added to the character

Keep the same light source you used for the shading

Spicing Up Your Palette

Photoshop has a great range of colors on its standard palette, but don’t rely too much on it. Since so many people use the default palette colors, they look the same across many games. It’s best to make your own colors by clicking the main palette at the bottom of the tool bar.

Making your own color palette

Then, in the Color Picker window, browse through the right sidebar to choose a color. Next, in the main area, choose its brightness (more white or more black) and saturation (duller or more vivid).

Color Picker

Once you choose your color, click OK and reconfigure the Paint Bucket tool. Don’t panic, you just need to uncheck the Contiguous box so that when you paint the new color, every pixel with the same color in the layer will be painted, too.

Paint Bucket tool with contiguous deselected

Uncheck the Contiguous box to paint all pixels from the same color

This is another reason why it’s important to keep the color count low and to always use the same color when dealing with the same element — shirt, hair, helmet, armor and so on. But don’t forget to use a different color for other areas. Otherwise, they’ll be recolored, too!

Change the colors as much as you want and make your character look great. You can even recolor the outline, just make sure it blends correctly with the background.

Using your new palette to spice up the colors

Finally, you’ll make a background color test. To do this, make a new layer underneath your character and fill it with various colors. It’s really important to make sure your character will be visible on light, dark, warm and cool backgrounds.

Character with different background colors

Tips on Editing Pixels in Photoshop

As you can see, I turned off the anti-alias on all of the tools I’ve used so far. Don’t forget to turn it off on others tools as well, such as the Elliptical marquee and Lasso tool.

It could come in handy to resize a little bit some parts or even rotate them to animate further frames, like running cycles. To do so, use any marquee tool (press M) to select an area. Then right-click it and choose Free Transform, or simply press Ctrl-T. You’ll be able to resize and rotate your character freely.

Selecting the characters hand with a tool

However, Photoshop automatically anti-aliases everything edited with the Free Transform function. Before confirming your edit, go to Edit ▸ Preferences ▸ General or Ctrl-K, and change Image Interpolation to Nearest Neighbor. In a nutshell, that calculates the new position and size very roughly, applying no new colors or transparency, preserving the colors you chose.

Menu with Nearest neighbor selected

Integrating Pixel Art Into an iPhone Game

Hi everyone, it’s Ray here, and I’m jumping into this tutorial at this point to show you how you can integrate the pixel art you just made into an iPhone game using the Cocos2D game framework.

Create a new project with the iOS\cocos2d v2.x\cocos2d iOS template, name it PixelArt, and select iPhone for the device family.

Drag the final pixel art character you created into your project.

Then, open HelloWorldLayer.m and replace the init method with the following:

-(id) init
{
    if( (self=[super init])) {

        CCSprite * hero = [CCSprite spriteWithFile:@"sprite_final.png"];
        hero.position = ccp(96, 96);
        hero.flipX = YES;
        [self addChild:hero];

    }
    return self;
}

This positions the sprite to the left side of the screen and flips him so he’s looking to the right.

Compile and run, and you’ll see your sprite as expected on the screen:

Basic pixel art character on screen

However, remember we decided earlier in this tutorial that we wanted to scale up the art artificially big so the individual pixels are really visible, to give an extra-blocky cool pixel art feel.

So add this extra line inside init:

hero.scale = 2.0;

Easy, right? Compile and run and… wait a minute, the sprite is blurry!

Pixel art scaled

This is because, by default, Cocos2D anti-aliases art when it scales it. For pixel art we don’t want that — we want to preserve the hard edges.

Luckily, this is quite easy to fix! Just add this extra line:

[hero.texture setAliasTexParameters];

This configures Cocos2D to scale the image without anti-aliasing, so it still looks “pixel-like.” Compile and run and w00t — it works!

Double scaled pixel art

Notice the advantage of using pixel art — we were able to use a smaller image size than what is actually displayed to the screen, saving a lot of texture memory. And we don’t even need to provide separate images for the retina display, as we want that blocky look!

That’s it for me — back to Glauber, who will wrap it up!

Where to Go From Here?

I hope you all enjoyed this tutorial and learned a bit more about pixel art!

Before you go, here are some final tips:

Character showing each step to completion

  • Always remember to avoid using anti-alias, gradients or too many colors for your assets. This is for your own good, unless you really know what you’re doing.
  • If you REALLY want to emulate a retro style, look for art from old consoles with limitations, such as 8-bit or 16-bit consoles.
  • There are PLENTY of styles in pixel art aside from the ‘retro’ ones. As hardware advanced, assets could use more or just different (cooler!) colors. This led to more variation and even new artists who didn’t know how to use older hardware making pixel art. Newer consoles and some mobile phones have games with these styles, so look into those!
  • Some styles don’t use dark outlines; others don’t even use light or shadow variation. It depends on the style! Knowing how to shade the art is good, which is why we went through it in this tutorial, but keep the style you are going for in mind when you make creative decisions.
  • If you feel confident, you can search more detailed tutorials for these terms: isometric, dithering, anti-alias (yes, there is a way to make it without automatic tools), celout and subpixel animation.

Pixel art seems easy to nail because it’s easy to get started. However, it’s actually very demanding and takes some time to get the hang of it and make good pixel art.

The best way to advance your skills is to practice, practice, practice — and get some feedback from fellow pixel artists!

I highly recommend posting your work in pixel art forums or social media groups to find other artists who will give you advice. That’s a great way to improve your technique! Start small, practice a lot and get feedback, and you can create awesome game-ready pixel art.

If you have any questions about pixel art, please join the forum discussion below. I hope to see some great pixel art from you guys in the future! :]

This is a guest post by Glauber Kotaki, an experienced 2D game artist available for hire.