![Design Pixel Art Characters for Games](https://cdn.slatesource.com/e/0/c/e0c683f8-c7fe-401c-94ff-aaa6e8aa2ef3.jpg)

# Design Pixel Art Characters for Games

- [Made in Slatesource](https://slatesource.com/u/kairenner/design-pixel-art-characters-for-games-919)
- By [KaiRenner](https://slatesource.com/u/KaiRenner)
- Arts & Culture
- Created on Mar 21, 2026

## Creating Pixel Art Characters for Games with Aseprite

Creating pixel art character sprites for games using Aseprite. Covers canvas sizing, building a limited color palette, and animating walk and idle cycles.

**16** x 16 px

**4** to 8 Colors

Setup and Canvas

Install Aseprite. Create a new file at 16x16 or 32x32 pixels depending on your style target. Set the color mode to indexed. Define your palette before drawing. Use a reference from a game you admire.

Character Design

Start with a silhouette. A readable silhouette at small size is the first test of a good character design. Add detail only after the silhouette reads clearly. Limit your color count strictly.

Animation

Animate the idle first (2 to 4 frames). Then the walk cycle (6 to 8 frames). Use Aseprite's onion skinning to track motion. Export sprite sheets with the built-in JSON export for use in Godot, Unity, or GameMaker.

Character Production Checklist

0%

Canvas size set and consistent across all frames

Palette defined and locked before drawing

Silhouette readable at 1x scale

Idle animation looping cleanly

Walk cycle exported as sprite sheet

JSON data exported alongside sprite sheet

Aseprite is the industry standard for pixel art and costs around 20 USD as a one-time purchase. The source code is also available to compile for free if you prefer. It is worth purchasing to support development.

[Official Aseprite documentation and animation tutorials](https://www.aseprite.org/docs/?utm_source=slatesource)