The sprite sheets look cool. I wanted to say that i see a lot of people on the forum wanting to start programming and making games. Hopefully when the game is finished we can redirect them to this thread so they can see what its actually like to make a game.
what is your development environment like and tools you are using(game maker, fl studios, etc)?
I'm actually using just Eclipse, I write engines for fun (weird thing to do I know) so I end up writing in Java with a wrapper called LWJGL (Lightweight Java Game Library) so I can use OpenGL for graphics. For sprites I usually use Paint.Net or ASEPrite. Audio still isn't completely figured out but I usually use something called SFXR for generating random noises. I'm going to write a tutorial for game development outlines.