February 15, 2025 | by GamesHereHQ Team
As an Amazon Associate, GamesHereHQ earns from qualifying purchases.

Price: [price_with_discount]
(as of [price_update_date] – Details)
[ad_1]
A vertical scrolling bullet-hell shooter set in a beautiful fantasy world.This is the story of a princess who goes to meet the “Koujin” in order to save her family from a mysterious plague.The world is decorated with meticulously drawn graphics, intense perfection, and a beautiful barrage of bullets. Take on five stages, including a lush forest, a blazing desert, and a solemn cave!
Three modes, including one for beginners
Set in a fantasy world of vast deserts, lush forests, and underground caves
Sound created by highly acclaimed sound creators both in Japan and overseas to add color to the game world.
[ad_2]
View all
As an Amazon Associate, GamesHereHQ earns from qualifying purchases.
function ghq_price_box_shortcode($atts) { $atts = shortcode_atts(array( 'asin' => '', 'btn_text' => 'Check Price on Amazon' ), $atts); $asin = esc_attr($atts['asin']); $btn_text = esc_html($atts['btn_text']); $affiliate_id = 'Gamesherehq-20'; $link = "https://www.amazon.com/dp/$asin?tag=$affiliate_id"; return ''; add_shortcode('ghq_price_box', 'ghq_price_box_shortcode');