Operation: Stalwart Redemption - Proving that I've Done Something

I have made a fair amount of progress on Py-Type. I've got a player with a gun that shoots, a game world that advances its contents (Well, once it has contents...), a class for terrain tiles, and a factory that can make all of these nice things.

I am currently working on a basic terrain generator. It will be very simple (Simply generating flat surfaces that vary in height, with nice side pieces joining them) and shouldn't take too long.

There's not a whole lot there, but you can pick up a copy of what I have here.