Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm developing a turn-based 2D RPG game. Everything's going fine except the lack of characters' sprites such as moving, attacking animation, etc.... By characters I mean both human-like and monster-like creatures. Is there a website providing sprites for free? Or a program (free or paid, whichever is fine) which will let me create sprites from scratch and automatically generate the images?

I tried my best to search for one but the best I've managed to find so far is http://spriters-resource.com/. However, is there something else similar and better out there?

share|improve this question
From the faq, where to find free assets is off-topic for the site. See also gamedev.stackexchange.com/questions/20/… – Tetrad Nov 26 '12 at 15:56

closed as not constructive by Tetrad Nov 26 '12 at 15:56

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

http://content.gpwiki.org/index.php/Game_Content_Resources has a bunch of resources.

For RPG style sprites in particular I like: http://www.tekepon.net/fsm/ (there is a button in the upper right of the page to switch over to English, and click the Downloads tab). All their stuff is free to use, even commercially, but make sure you read their terms of use to give proper credit.

http://untamed.wild-refuge.net/rmxpresources.php?characters also has a ton of characters, including pop-culture. If you click on one it will take you to a spritesheet for the animations.

share|improve this answer

Keep in mind that there are a lot of sprite collection websites which offer assets with dubious copyright status. Unfortunately it is pretty common to "rip" sprites from commercial games and place them on websites without a copyright message. Or even worse: a copyright message crediting the person who ripped the graphics instead of the legitimate copyright holder. The website you linked is a good example - almost all assets on there are from commercial games. When you release a game with those graphics, you are committing a copyright violation, and you are risking a lawsuit!

So what are your options?

There are some repositories of graphics which are really free. One repository I know is http://opengameart.org/ which has a lot of assets under Creative Commons licenses. Unfortunately all assets which are really free are already pretty overused, so you won't impress people much when you build a game from them.

Or you could hire a graphic artist. There is another question about that: How do I find artists to work on my game?

Or you could learn it yourself. Pixel art isn't really that difficult to learn. You usully don't need sophisticated tools for it. Any raster-oriented graphic editor would do, even MS Paint is sufficient for a beginner. Here is a great tutorial:

"So You Want To Be A Pixel Artist?" by Tsugumo (over 10 years old, but still very relevant)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.