Great but I see some prbs.
GAMEPLAY:
I'm stuck in level 1, even if I don't touch bomb.
BUILD:
When in a game jam u should try to submit a browser playable game. Although that's fine bcz ur using pygame and it can be challenging to make browser games with it at first. I myself couldn't make that first. And lastly u should not make a static sized screen for exe, keep main screen at actual size and add a pygame.SCALED flag, that should be enough for now. By