This game is developed using Python 3.7.6
- Player can move left and right using arrow keys ← and →
- Use spacebar to fire bullets, each bullet hit the enemy will add increase score by 1
- If enemy crosses the player, player looses the game
- Pygame
- Random
- Math