Basic pixel art tips



Alright,

I keep saying I'll make some tutorials, so here you go. These are more or less the first things I tell people when they ask me about getting better at pixel art. The basics.


Color


One of the most important aspects of art is color, and unfortunately it's one of the things that people struggle with the most. Even the most basic concepts are all but neglected in art classes, and so pixel artists sometimes go years without learning about them at all.


As an example, generally I try to avoid assaulting the player's eyes with a color palette like say, this, 


That's what happens when you use nothing but 100% saturation. Fill an entire screen with colors like that and you'll give your players a headache pretty fast.

To avoid choosing poor colors, there are three general rules of thumb you can follow when it comes to hue and saturation,

1. The darker the color, the lower the saturation.
2. The brighter the color, the higher the saturation.
3. Shift the hue between shades. (For instance, yellow can be used as a highlight for green)

Here is what it looks like with more neutral colors, with the hue and saturation shifting between each shade.


In addition to being much easier on the eyes, shifting the hue and saturation also gives you more freedom when it comes to shading, and how you choose colors will distinguish you from other artists.

Shading


Next on the list of beginner mistakes is shading. Specifically, what is referred to as "pillow" shading. This is when an object is shaded with no regard for it's shape. Like so,


Now, shading is a little more unique to each artist, but here are some general tips.

1. Avoid simply shading the center of an object. (Pillow shading).
2. Choose a light source.
3. Choose the color of your outlines based on the shades of your pallet.
4. Try to limit yourself to 3 or 4 shades per color (The base color, a highlight, a shadow, and a color for your darkest outline). Only use more when necessary.

Here is an example of how you can shade an object using 4 colors, based on a chosen light source.


Keep it simple. Too many colors will add more work when it comes time to edit or animate your sprites.



Soft edges


Last but not least, for today, is softening edges. if you make three shades run parallel to each other, it will appear square and boxy. Getting rid of some of the "outline" will make the edge appear softer, and give the illusion of a curve, like so.







Anyhow, that's all for now. I'll do a tutorial based around creating actual sprites, tomorrow.


3 comments:

  1. Great game love it but no story line and i would love to try to make one myself so what software program do u use for ur pixel arts, gimp? and what software programming tool for actually programming the game? and any advise/tips for how to use it to have a smooth running game like this one

    ReplyDelete
    Replies
    1. I use game maker 8.1 for the graphics and programming.

      Only tip I can think of in terms of being "smooth" is to make sure you use a frame rate of 60, rather than something like 24 or 30.

      Delete