
Finally I have left that shithole. During the past 10 days, the heat there had increased exponentially. No wonder they have sucides in IITs. We had like the hottest water on the planet, all day long. I don't know how I managed to go though the last few days. Maybe it was the belief that I would be in Delhi in a few days, or maybe it was just south park.
My game looks pretty good right now. I drew the tank using MS paint, so now I'm using sprite based graphics instead of the traditional vector based graphics. I just needed an image creating software that I could use to draw a quick image. All I wanted was a tank image. I tried gimp too, but it seems to have a steep learning curve. I do all the cropping stuff in Ubuntu using Gimp, that shit is easy.
I have included rotation using the rotate_sprite function. The tank can now basically rotate in 8 different directions. Also, whenever the bullet gets fired at an obstacle, it gets reflected according to the laws of reflection. A friend of mine thought that was kind of lame, but I included it anyways, as I had worked my ass off to program that feature.
Also, it now has 2 screens, one for each player, and actually uses vertical and horizontal scrolling. I'm using a not-so difficult technique in which basically your temporary buffer, in which you draw everything will be of a bigger size than the window, and is drawn on the screen using blit function. It looks pretty neat.
I have started learning web designing all over again. I think I need another project for myself, whenever I get really frustrated with making a game. so I've started modifying my
website.

However, I'm not too happy with the layout. I've modified it a lot. But I can't change it right now. We can only upload it when we are in campus. which kind of sucks, I'll have to wait for a month to change my website. I'm using KFTP grabber to upload the files.