Recent posts by GrossDude on Kongregate

Subscribe to Recent posts by GrossDude on Kongregate

avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

Sure, send me some sample art and I’ll see what I think of it, I sent you my email.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

Oh woops, I tried to quote FrankieLee’s post, so sorry.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

Originally posted by FrankieLee:



Thats good enough for me, whats your e-mail?

Ill do one of my infamous 3 minute paintings and send it to you.

I whispered my email to your profile. We can talk more over email too, its probably easier than on here.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

Well I have BS in computer science, so I know what I’m doing. I guess I don’t really have any prior gamework to show off, but I’ve already started on this project.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

The style of art really doesn’t matter, it can be whatever you want.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

No, it doesn’t matter, It could be vector graphics or bitmaps.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

The basic idea of my game, is that the player has a collection of pieces. Each piece represents a character, and each character has a unique AI. Most of the game takes place during battles. A battle consists of the player arranging his pieces on a map and then watching the battle play out. What I need is someone to draw the pieces and the tiles that map would consist of.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Poison Games! (We need flash artists!) [Looking for Team Members]

I’m a programmer who is very familiar with AS2, I don’t have CS3, but I use Flash MX. I usually use FlashDevelop to program in and then MX to just run the programs. I also have a BS in computer science. If your interested in having me as a programmer, I would love to talk more.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Collaborations / Looking for an artist to work with.

I’m programming a game and cannot create art for the life of me. If you’re interested in creating art for a game, I’d love to talk to you.

 
avatar for GrossDude GrossDude 10 posts
Flag Post

Topic: Game Programming / Best Method for Storing Data?

Right now, for a game that I am making I am making XML files with all of the stats for items, monsters, cards, etc. When the game starts up I read all the XML files and store all the information in arrays. I was planning on uploading this game to kongregate eventually, and I was wondering if there was a way to upload XML files with my swf or if I had to host them myself. If I do have to host them myself, what is the best way of storing the data in the actual swf? Can I somehow store XML files in my swf? Thanks.