I've added another level to game that you can play: Fort McDonald. This is a fort with a center and flag. Here is a quick screenshot (a few days old, I'll post a new one soon):
I'm going to add textures and trees. Right now I'm working on a brick texture, a flag texture, a ground texture, and inserting random trees to make it look like a plaza in the middle of a fort.
It took me a while to add collisions to keep the player inside, because, the objects weren't colliding with the walls! So I added an extensive coded feature that gets the position of the tank and checks to see if
x position is out of bounds, or if the
z position is out of bounds. All of this (the whole process) took me darn near 3 hours.
I'm still working on colliding with the trees, because, the tank almost moves past the tree, so I'll have to found the x and z values of all of the trees to apply it for collisions. That is one of my major failures in programming. The first, is the lack of a great modelling program. *sigh*
So, tell me what you think of my game so far, and, who knows, I might even add your comment to my site.