Graphic Design & Illustration · Guide
How to make pixel art: a beginner's guide
Start small, use few colors, and place every pixel on purpose. Here is the canvas size to begin at, the rules that make sprites read clearly, and a first project.
The Nextversity teamGraphic Design & Illustration schoolUpdated August 10, 20265 min read
On this page
The short answer
Pixel art is drawing where every pixel is a decision. Three rules get you most of the way:
- Start small. 16 by 16 or 32 by 32 pixels. Small canvases finish, and finished work teaches.
- Use few colors. Four to eight per sprite. Restriction is the aesthetic.
- Turn off smoothing. No anti-aliasing from the software. Any softening you want, you place by hand.
Choosing a tool
A dedicated pixel editor makes this much easier: crisp edges by default, palette management, tile and animation support. Aseprite is the common paid choice and is well worth its modest price. Free editors exist and are perfectly usable for learning.
General art software works if you set the brush to a single hard pixel and disable smoothing, and you will miss the palette and tile tools.
Your first sprite today
A 16 by 16 tree, which teaches silhouette, palette and shading in about twenty minutes.
- New canvas, 16 by 16. Zoom in a long way.
- Silhouette first. Block the whole shape in one color. Squint at it. If it does not read as a tree in solid black, no amount of detail will save it.
- Base colors. Two greens for the leaves, two browns for the trunk. Four colors.
- Light direction. Pick one, from the top left, and keep it. Lighter pixels on the top left of forms, darker on the bottom right.
- Clean up. Remove stray single pixels, straighten jagged lines, check the outline.
- Export at scale. Resize by a whole-number multiple (400%, 800%) with nearest neighbor so it stays crisp.
That last step catches everyone once. Any other resampling method blurs pixel art into mush.
The rules that make sprites read
Silhouette above everything. If the outline is unclear, nothing inside fixes it. This matters most in games, where a player sees the shape for a fraction of a second.
Limited palette, shared across the set. Using the same eight colors across every sprite is what makes a game look designed rather than assembled.
No doubles. Avoid two pixels sticking out where one would do. Jagged, uneven edges are the most common beginner tell.
Hand-placed anti-aliasing. Adding one mid-tone pixel at a corner smooths it. Used sparingly on curves it looks intentional; used everywhere it looks blurry.
Consistent light. One direction, everywhere, forever.
Pixel art is one of the few art forms where the constraint does the styling for you. Fewer pixels and fewer colors is not a limitation to work around, it is the reason the result looks good.
Common beginner mistakes
- Starting too big. A 128 by 128 sprite is an illustration with visible pixels, not pixel art, and it takes ten times as long.
- Too many colors. Thirty shades of green produce noise, not detail.
- Outlining everything in black. Sometimes right, often flattening. Try a darker version of the fill color instead.
- Scaling by non-whole numbers. 250% produces uneven pixels and it looks wrong immediately.
Where it leads
Pixel art is one of the most direct routes into shipping game assets, because a small team can genuinely produce a coherent style. From sprites, the natural next steps are tilesets, animation and a full asset set for one game.
If that is the direction, the game school covers building the game itself, and there is a guide to making your first game. Alternatively, character design goes deeper into designing the characters your sprites represent.
For animation, the same principles apply at a small scale: Krita and Aseprite both handle frame-by-frame work, and the Procreate animation guide covers the general timing ideas.
Where to learn it
The pixel art and game assets certificate covers sprites, tiles, animation and building a set that works in a real game. One subscription opens it plus the rest of the Graphic Design & Illustration school.
16 by 16, four colors, one light direction. Make a tree today.
Questions people ask
What software do I need for pixel art?
A dedicated pixel editor helps, because it keeps edges crisp and has palette tools built in. Aseprite is the common paid choice, and free options exist. General art apps work if you disable smoothing.
What canvas size should I start with?
16 by 16 or 32 by 32 pixels for a first sprite. Small canvases force clear decisions and finish quickly, which is exactly what a beginner needs.
How many colors should pixel art use?
Start with four to eight per sprite. Restriction is the point: limited palettes are what make pixel art read clearly and look coherent across a set.
Do I need to be good at drawing?
Less than for illustration. Pixel art rewards clear silhouettes and careful pixel placement more than draftsmanship, which is why many people find it an approachable entry point.
Can you make money from pixel art?
Yes. Game assets, commissions, tilesets and icons are all sold regularly. Indie game development is the largest market, and it rewards consistency across a whole set rather than one showpiece.