Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Bullet Heaven 2View game page

Short and simple bullet hell
Submitted by vitorga — 15 hours, 24 minutes before the deadline
Add to collection

Play game

Bullet Heaven 2's itch.io page

Results

CriteriaRankScore*Raw Score
How do you rate the game overall (you can consider fun, dev time, etc.)?#361.9322.800
Gameplay#371.7942.600
Audio#390.6901.000
Visuals#400.8281.200
How well does the game fit the themes?#400.8281.200

Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How long was your dev time?
3 hours

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit)

Pretty good for 3 hours, I just don’t really see the connection to the theme. Still, it could become a very good game! I too wanted to make a python game, but I was uncertain as to whether I can complete it in 3h. P.S.: screen.blit() is your friend

Developer

i tried using screen.update but the game stops working...

Submitted

screen.flip() is fine for updating, but always try to use screen.blit() and draw sprites, even if they’re just a white rectangle. You will almost never use the normal draw commands.

Submitted

Good job! Decent amount of code for 3 hours. One thing I would suggest is to pack the game using pyinstaller or similar to allow non-coders to play it. Because otherwise they need to install python+pygame and it's too much. Couldn't kill any of the enemies, or reach the next wave, is it possible?

Developer

hmm, i wonder why. yes it should be possible. heres my gameplay:

Submitted

You can shoot haha, missed that I was only avoiding them