Nice variant of Flappy Bird! The animated projectiles and zoom and rotation of the player after dying were nice touches! Good color contrast and thanks for packaging this with an .exe.
I also like how your game doesn't look like it was made in QB64. The graphics here are much better than traditional Qbasic games like Gorillas or Nibbles.
Suggestions for improvement:
Control mapping could be better. "U" and "P" are very unconventional and could have easily been Space Bar and Enter. Check out the _Keyhit codes in the QB64 wiki.
I'm guessing that the player hit box is the entire size of the sprite because quite a few times I would die and the projectile didn't appear to have actually touched my character yet.
Some sort of score counter or goal for the game would be nice.
In the context of a Game Jam game, this was pretty good!