In order to make your game better, you should make some minor modifications:
-direct the UFO flames towards the tank:
var flamedir = Math.atan((tank._y-ufo._y)/(tank._x-ufo._x));
flame._rotation = Math.round(flamedir*180/Math.PI);
-Make an explosion when the tank is hit by a flame
-Maybe there is too many planes to kill before reaching the next level. I think 100 would be enough.
-And to finish, make a better user interface with nicer fonts and buttons.
I like this game so much!
I like the style, the sound of the wind... And when the first password appears after the first stage, it also reminds me an old game, in fact my favorite PC game: Out of this world (Another world). I've noticed that you used the same passwords list. So I came to visit your website and find soapbubble2, and it's obvious that Out of this world is one of your favorite games too.
Keep up the great work !
Recent Game Reviews
Rated 5 / 5 stars February 24, 2012
You made another GREAT GAME ! And being a shark never gets old. Thank you !!!
Rated 3.5 / 5 stars October 16, 2005
On the good way!
In order to make your game better, you should make some minor modifications:
-direct the UFO flames towards the tank:
var flamedir = Math.atan((tank._y-ufo._y)/(tank._x-ufo._x));
flame._rotation = Math.round(flamedir*180/Math.PI);
-Make an explosion when the tank is hit by a flame
-Maybe there is too many planes to kill before reaching the next level. I think 100 would be enough.
-And to finish, make a better user interface with nicer fonts and buttons.
Good job man!
Rated 5 / 5 stars August 23, 2005
I know your source of inspiration :D
I like this game so much!
I like the style, the sound of the wind... And when the first password appears after the first stage, it also reminds me an old game, in fact my favorite PC game: Out of this world (Another world). I've noticed that you used the same passwords list. So I came to visit your website and find soapbubble2, and it's obvious that Out of this world is one of your favorite games too.
Keep up the great work !