Here is another set of free game tiles for a 2D Zelda-like RPG that I discovered lurking on my hard drive. These were created for a prototype title so there are only a few sets completed. These would make a great start if you are in need of basic graphics for your next great game.

Wilderness Tile Set
For the time, these were rather high tech.
- The shadow tiles had a total of three levels of transparency built in so that you could get a deliciously extravagant soft shadow. The plan was to have some sweet assembly code that shifted our 8-bit palette by different amounts for each indexed shadow color. Soft shadows weren’t even a buzz word at that point.
- You could have objects on top of other objects. Instead of drawing a table tile with a candle drawn into it, the candle could be a separate object layered on top of the table.
- They were drawn in Painter 2.0 using a pressure sensitive tablet. They were my first graphics drawn in Painter. I never went back to Deluxe Paint again. 🙂
All of this is of course trivial these days. If you’ve got a 24-bit 2D graphics engine, life is grand. I still get warm fuzzy feelings thinking about our mad plans though.
You’ll need to chop these up into the various pieces and then knock out the transparent color. It is a bit like a jigsaw puzzle, but it follows the same basic pattern of my other tiles sets. You can use the test pictures posted on this page to see if you are fitting everything together correctly.
I’d imagine that if you are making a 2D game with any sort of wilderness or villages, these would be an ideal starting place and are a lot less painful than tracking down a competent artist. As always, these tiles are free to be used in whatever projects you desire. (I need to get a copyleft license available at some point.) If you do use the graphics, drop me a note. I love hearing about projects.
Download the files here (1.89MB)
Enjoy!
Danc.
I am working on a 2d mmo rts rpg and these are perfect! Thank you so much! They are very nice looking.
LikeLike
I'm taking part in to a four weeks long Finnish game coding contest (held by suomipelit.com) with a Japanese style RPG. These tiles help me a lot as I don't have much time in my hands, unlike many other participants I'm in a full day job during the contest time, and I wouldn't be nearly as good of a graphics artist anyway. I can do pixel work but these go out of my abilities. Thank you very much for these valuable freebies 🙂
LikeLike
Thanks for the amazing tiles Danc. I'm making an iPhone game and the tiles look brilliant as a base battlefield.I'll post when it's completed.
LikeLike
Beautiful
LikeLike
Amazing stuff. Perhaps someone could modify and expand the set to be useable in RPGMaker XP.
LikeLike
These tiles are exactly what I need to prototype my game and also what I will use to show a (paid) artist the idea of how my game will look for their brief
LikeLike
Hey, awesome tileset – Im using them for a project at uni to make a basic RPG. Unfortunately with the API we're using i wasnt able to figure out how to use the shadows though 😦
LikeLike
http://z-war.co.cc/zwar.rarConverted into a much more usable format (in my case), for use with Z-War 🙂
LikeLike
Well it's 5 months later and the first release of the iPhone game is out in the app store. It's called Zombie Parade. You can checkout a screenshot here http://is.gd/5qPXG. You'll recognize the background and the base image for the rock. You'll also see it replicated in the ice towers.Thanks again!
LikeLike
I honestly love this. I'm using it for my game maker 🙂 Thank you 🙂
LikeLike
Wow! These tiles are awesome! It's really hard to come by high res tiles and these are top notch!
LikeLike
I am speechless.Gorgeous work!
LikeLike
featured there too : http://doryen.eptalys.net/demosI wish nowadays so called \”AAA games\” had such amazing graphics…
LikeLike
Wow. Thank you! fantastic! A little bit oldschool, snessy and timeless nice!!!! Great!!!! Thank you. Working with it on a 2d platformer!Jotwww.ilikescifi.com
LikeLike
Wow its REALLY MAGNIFICENT!I rarely saw such beautiful tiles, I would like to make a game with it, but my skills are still a bit weak.Really good job man!
LikeLike
I am using these tiles for a Java project for tech, I packed most of the tiles on just a few sheets and moved them all up one pixel, because they didn't quite align to the grid. I haven't implemented the shadows because I haven't got much time for this. I have used slick 2D for the engine, so it runs in OpenGL, and it is very fast. I used the TiledD level editor. They look really nice, thanks. I still need some decent sprites though.
LikeLike
hi, i'm gonna create a small 2D game and i'm wondering if i can use these picture.it's a very nice job.it's wonderful
LikeLike
wow those are AMAZING, could i use them in a paid android game?
LikeLike
Did you get any money for providing the sprites for this game?http://catalog.create.msdn.com/en-US/GameDetails.aspx?catalogEntryId=4ff2a6c9-22ef-48dc-8cb2-1997b35a3633&type=2
LikeLike
These are Just what I was looking for to finish a private game i am making for my brother! do you recommed any game makers your self?
LikeLike
I added a link from a short blog post to this great tile set.Maybe somebody from iPhone's developer community will pick it up.http://www.codeandweb.com/texturepacker
LikeLike
so. awesome.
LikeLike
I'm using the tileset in my upcoming RPG on ios.. MageloreLatest screen shot herehttps://photos-1.dropbox.com/i/xl/o-935bSIIuncjIEdQ2Z7grMovNOFebQUBrCABnJXH98/16961780/1305252000/2172907Blog heremagelore.blogspot.comThe blog is a bit old, will start updating it again soon.
LikeLike
I'm using them in my iOS game. Been working on it for a while in my spare time, still hoping to bring it out around july.https://photos-1.dropbox.com/i/xl/o-935bSIIuncjIEdQ2Z7grMovNOFebQUBrCABnJXH98/16961780/1305252000/2172907magelore.blogspot.com — haven't updated the blog since Jan. Will be getting back onto that soon.
LikeLike
Learning some graphics programming. I hope to complete a 2-d fantasy game eventually and this style couldn't be closer to what I had in mind. Whether or not I ever progress far enough to use these or complete a project I have to say thanks in advance right now! I'd love to make my own tiles, but I'm no graphic artist and even for educational endeavours this is fantastically timesaving and could aid in mockups, pitches, etc.
LikeLike
So, I've recently been toying with a little game idea of mine, and stumbled upon this post while browsing some Google image search results. Those tiles look gorgeous.However, your little mini bio on the sidebar surprised me more. I *LOVED* Tyrian as a kid. Hell, I was playing it just last year for kicks 🙂 Thanks for the memories!
LikeLike
Truly nice work, the look beautiful, however a small point so others may benefit.The tile size that has been chosen 40×40, is not 2^ ie 16,32,64,128 …. this does not make it easy if someone is using 3d as 2d to draw the images, as they do not fit comfortable on a 512 or 1024 texture which is needed for Opengl and DirectX.but that said Fantastic tile set, the best on Google images i think.
LikeLike
put those tiles in a larger transparent png for example that is a power of two. That's what I've done. See http://www.prismalstudio.com/ or http://code.google.com/p/getrandomgame/
LikeLike
I solved your problem Trish. I made these tiles tileable 32X32 which is the standard size for games. I also added my own variations and put it on opengameart.org. https://opengameart.org/content/2d-lost-garden-zelda-style-tiles-resized-to-32×32-with-additions#comment-14603Here's a project I'm helping with which will most likely use these graphics. The game isn't up yet but once he gets the basics ironed out we're going to be testing for bugs so we could use all the help we could get.http://dusk.wesowin.org/http://dusk.wesowin.org/forum/
LikeLike
Very very nice, thanks for this, I used them in my dungeon generating example, generates about 22000 rooms lol. https://www.innerdrivestudios.com/blog/articles/actionscript-3-articles/tile-based-gaming/mobile-tile-based-gaming-with-adobe-air-part-ii
LikeLike
Can you please make more of these i need them for my game i will use them xd
LikeLike
Hey Daniel,Those are fantastic. I would love for you to submit artwork to https://www.indiegamestock.com/We have quite a few developers using our site to find great 2d artwork for their indie games. I think your style would do very well.Email me if you have any questions brad@indiegamestock.com
LikeLike
Hello! I love it!Maybe I use in my game project! *¬*
LikeLike
Hi, thank you so much for the tiles, I'm using them in the final version of my flash game, Grandma's Got Guns. Here's my site, http://sapatostudios.com/grandmas-got-guns/
LikeLike
Very very thanks you for this!!!!!
LikeLike
Hello! i love your arts, if you don't mind i'd like to use it for my game project.
LikeLike
Just a moment ago, I left a comment asking about clarification on the licensing of these assets. The comment has shown up so I am guessing that it is awaiting moderation. But I wanted to say that I found where you had given permission for use under CC BY ( https://lostgarden.home.blog/contact/ & https://lostgarden.home.blog/2007/03/15/lost-garden-license/ ), so my question is answered. Thank you.
LikeLike