I felt like some light coding, so... Use W or the up arrow key to move the tank forward. Use S or the down arrow key to move the tank backwards. Use A and D or the left and right arrow keys to turn the tank. Use space to fire a shot (only when the two bars on the cannon are lit up!) The bolts bounce off of the walls, and will hurt you. But if you don't fire any, you won't accomplish anything... Also, going in the corner will make you mostly invulnerable. Please don't do it. Powerups coming soon!
This is my first game that uses cloud variables! (Yippee!) The variable records the highest score. Note that in the code, I cannot make the highscore... I have an unfair advantage. As usual, all art is drawn by me. Notes on scoring: The time counts upwards if there is more than one shot on the screen. The first shot does not add to your "shots" counter. At the end of the game, the number of your shots act as a score multiplier for your time. Make sense? ;) Enjoy! -M