views:

215

answers:

5

I am developing a game. To test my map engine, I need pictures of 8 directions character walking. As a programming, it is not too difficult to write program, but it is a big problem for me to draw pictures. So my question is where can I find some free pictures for game developing? Pictures should be free because I might release some demo version on internet or somewhere. Thanks.

+2  A: 

For early development, getting sprite sheets from some now-defunct SNES game or something of the kind might be just as easy as free images; for later development and demo releases, you're probably going to have to get a hold of a graphics artist at any rate.

Williham Totland
+8  A: 

http://gpwiki.org/index.php/Game_Content_Resources - Game programming wiki contains some good links for game resources (sprites, animations, 3D models, sounds, icons, textures and more)

JC
A: 

You could just mock some stuff up in MS Paint. Having original art, however simplistic, is likely better than none.

If you want something that looks "good", I'd go for the sprite sheets that Williham Totland recommended.

sheepsimulator
A: 

try to check the following projects and/or websites:

  • http://www.openclipart.org/ (among the cliparts I guess you can find some cool image)
  • http://www.deviantart.com/ (A website for artists, you can check if someone is interested in a quick project)
  • http://pingus.seul.org/ (I am pretty sure you can either use the penguin icons, or at least contact the one who did them)
  • http://happypenguin.org/ (The linux game tome has a lot of open source projects, and I am sure you can borrow some images)
  • Worst case scenario, use an arrow, but I am sure you will find something better
Stefano Borini
A: 

This thread on GameDev.net has a lot of sprite resources. There's also this one, which has lots of game development resources in general (graphics engines, libraries, applications, media, etc.).

Ben