Pressure is always high in a games jam, I totally understand having to pick and chose which features you spend your limited time on!
Look into collision layers to solve the projectiles hitting the player problem. You can allocate projectiles to one layer, enemies to another and the player to yet another. Then you can set up a matrix saying what should collide with what. At least that's one way you can solve it if you're using Unity.