Day 5; Complications and in-deph update

posted in Dukandia
Published January 03, 2012
Advertisement
Today all is well; with the Log in and Loading screen done I can continue to code,

Graphics side of things:
Today I will be doing the settings menu, and possible the character selection menu. These bring us closer to coding to the main game. I should also start trying my hand at character pixel art, my last attempts were horrid to say the best. I do know however that practice truly does make perfect with pixel art for I have seen my work drastically improve over time before. If today's the day I make a great character model, today will also be the day I start on character clothing, With paper dolling looking a bit to advanced for my novice java skills I'm thinking of making all the sprites myself, Since Gunner* can't do human pixel art. In the end the message is "Today's a good day to make graphics."

Coding side of things:
Well, for those who don't know I plan to do this game in Java. I can't say I have ever done java until this game, I know many other programming languages, how hard could it be? Apparently, very. I am however only in day 5, I am learning what I need and I pretty much have almost all the logic a game would need down. Threads are my favorite, with them I didn't have to look up "How to use threads with sockets" I was able to take the basic server socket code and port it to use threads, so kudos to me!

Sadly, I have discovered I need a whole redo on my client, the main class I am using isn't suited for game development, so I'll need to rewire it, good news is it's mostly just porting the necessary functions to a core class and then calling a super class for use and then making a keyboard exit function for testing, and that'll mean I have my game loop back! Learning; today I got to read up on keyboard and mouse listener's having those should mean I'm done learning what needs to be learned for what I need to do, but who knows, right?
1 likes 2 comments

Comments

cgpIce
It has also occurred to me that being I am not familiar with java, that I should read a few books and what not, been at the store all day and I have a few; as well as some wonderful online references; in a few days I should be abck to where I am with better know how; see you then!
January 04, 2012 12:23 AM
Programming020195BRook
Looking forward to your updates! :)
January 04, 2012 06:00 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement