My current project

So as of right now I've been working on the project for a few hours or so. Its a small 2D Platformer/Shooter/Super fast paced. I'd say I have around 12 hours of actual writing left on it. A good 2 days or so the game's first version should be up and running. 

I've got a stable base laid down for the rest of the system. I'm going to be writing the documentation later today when I can. If someone wants me to explain anything in the code feel free to post here and I'll explain in however much detail you like.

https://code.google.com/p/voidfighter/source/browse/

(An image of the main character for the game) 

and a gif of him running:

do you plan on selling this game or posting it on gamejolt

 

What program are you using if you don't mind me asking ?

Looking at the code, <name>org.eclipse.jdt.core.javabuilder</name>, hes using Java eclipse I'd say. It's a mix of the Java language and VB set-up kinda, can't really explain. Easy to use, though.

ar yes I see now thanks.

Its a free open sourced game. I'm going to be self releasing it on my website (http://www.voidbytes.com/)

I'm using strictly java with the library LWJGL for OpenGL & OpenAL Integration. VB isn't cross platform and the game is going to be completely cross platform.

As for IDE I'm using Eclipse Kepler. I'm writing it all myself.