Play game
Short Danmakufu Bullet Hell Script's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Visuals | #5 | 3.333 | 3.333 |
Gameplay | #9 | 3.000 | 3.000 |
Originality | #12 | 2.667 | 2.667 |
Overall | #13 | 2.778 | 2.778 |
Ease of Use | #20 | 2.111 | 2.111 |
Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Source Code
https://github.com/ZenZhao510/PeanutJamDanmaku/tree/main
Leave a comment
Log in with itch.io to leave a comment.
Comments
Oops forgot to add the last two sequences to stagescript
anyways if you want to play the last two sequences in stagescript you can add the following code after line 24 in stagescript:
ObjEnemyBossScene_Add(obj, 0, dir ~ "./nonspell2.txt");
ObjEnemyBossScene_Add(obj, 0, dir ~ "./spell2.txt");
or you can play those individually, they're called Normal Shot 2 and Spell Card 2 in the directory as seen in the screenshot attached