Play game
Bullet Heaven 2's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme | #83 | 1.528 | 2.333 |
Fun | #85 | 1.528 | 2.333 |
Overall | #85 | 1.528 | 2.333 |
Bug Free | #87 | 1.746 | 2.667 |
Audio | #88 | 0.873 | 1.333 |
Visuals | #93 | 1.091 | 1.667 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Did you use any assets?
no
Leave a comment
Log in with itch.io to leave a comment.
Comments
Can you compile your game and post it in itch.io? I can't play it (it opens a black screen and closes it, prob is my python version or something like this)
im sorry for not including install instructions, but you need pygame and python version 3 to run the game.
if you dont have pygame installed, you can run "py -m pip install pygame" or, "python-m pip install pygame" at the terminal.
alternativily you can run the game by this site: https://trinket.io/features/pygame
just copy and paste the python code there(in the left textarea) and press run.
also, "compile the code"? i dont know how to do that. do you mean rewrite in c++, or other language that generates binary code? damn, i should really start to include a dependences installer...