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

Short Danmakufu Bullet Hell ScriptView game page

Submitted by Zen510
Add to collection

Play game

Short Danmakufu Bullet Hell Script's itch.io page

Results

CriteriaRankScore*Raw Score
Visuals#53.3333.333
Gameplay#93.0003.000
Originality#122.6672.667
Overall#132.7782.778
Ease of Use#202.1112.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

Developer

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