Nice game. I enjoyed it. But the bullets causes lag since you're spawning and deleting many bullets at the same time. You should learn about object pooling to make your game run better.
Thanks for the rating and feedback, glad you enjoyed it. Yeah, I will definitely try to control how many bullets to be spawned and use object pooling instead of just deleting bullets right away.