Time to stop grinding out spaghetti code.

I have come to the realization that I'm going about this the wrong way. In my rush to get a working game, I've neglected good code practice. I have no comments and a lot of leftover code that is un-used and un-labeled. My understanding of how the game should turn out has changed a lot since I started but I have been pushing forward trying to make what I have work rather than scratching the majority and starting over.

Since this is more about learning than anything, and since I don't want to start building bad habits early, I'm going to slow down and pretty things up a bit. At least then if I don't finish, maybe I'll have some well-written re-usable patterns/modules for the future.