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 — 4 days, 12 hours before the deadline
Add to collection

Play game

Bullet Heaven 2's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#831.5282.333
Fun#851.5282.333
Overall#851.5282.333
Bug Free#871.7462.667
Audio#880.8731.333
Visuals#931.0911.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

Submitted

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)

Developer (1 edit)

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...