Game Development Community

Danger! Programmer Art!

by Drew Hitchcock · 02/04/2006 (7:56 am) · 5 comments

static.flickr.com/38/94426936_efdfcc2abd.jpgLarge Version

I've prototyped the tile-laying and hand/drawing mechanics for the game I've been working on throughout my last few plans. This screenshot shows the player's hand (across the bottom of the screen) along with a few tiles that have been placed on the map by the player.

I haven't really provided a good description of my design yet, but in an extremely general way, the game essentially will involve placing tiles on a map to influence the activities of some AI-controlled factions, which operate in real time. So in essense it's a real-time tile-laying game.

Now that the tile-laying mechanics are more-or-less in place, I can begin working on the real meat of the project, the AI. The AI works at two levels, the low-level unit level, and the high-level faction level. I've never tackled any kind of high-level AI, only low-level things like path-finding, so this should prove to be a pretty interesting challenge.

EDIT: Linked the large screenshot and inlined the medium version.

#1
02/04/2006 (10:11 am)
I don't know, but your programmer art is not that bad.
In fact i like it in some way :)
#2
02/04/2006 (7:33 pm)
That's really cool man!
Do you plan to post your terrain-generating algorithm as a ressource at some point?
#3
02/04/2006 (7:51 pm)
Thanks!

The terrain stuff could pretty easily be packaged up as a resource after I get a chance to go back and polish it up a bit. Right now it's very basic and rough, and it has some cleanup/destruction issues, so you probably don't want it anywhere near your code :) I promised myself that I wouldn't touch it again until after I have most of the game prototyped, so it might be a while before I actually clean it up.
#4
02/04/2006 (8:04 pm)
Drew Hitchcock...are you sure your not the son of Alfred? Because that programmer art is just plain ScArY!!! I'm just kidding man. It's not bad actually. Well, for a programmer anyway. It all depends on what type of theme your game is going for, thats all. Good luck.
-Ajari-
#5
02/05/2006 (11:21 pm)
You know, that is actually really good art. It's clean and very clearly shows the type of each terrain block. Too many people go over the top with art and make things too muddled. I can tell at a glance what I'm seeing. Keep this up, it's needed :)