This is a simple two-dimensional shooter game. There is a rocket which acts as a player and lots of birds as an enemy. The player is lost in th urban city and travels through enemy for it's attempt to go somewhere safe. Rocket has infinite bullet which can kill birds and gets a score for each enemy killed. If the player collides with enemy, it loses health.
It include the keys A, S, W, and D as well as up, down, left, and right arrow keys for player movement. Space and left mouse click acts as fire key for shooting bullet. If player kills the bird with bullet, it gets 100 pointsIf player gets hit by bird, it looses 10% of it's health comment your highscore and feel free to give me any suggestion on improving the game.