npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

galaxy-strike

v1.5.0

Published

🚀 ターミナルで動くストーリーシューティングゲーム - 5ステージ+ボス戦・武器進化搭載のASCII銀河を駆けろ!

Readme

NOVA 🚀(旧: GALAXY STRIKE)

ターミナルで動く ストーリーシューティングゲームnpx galaxy-strike ですぐ遊べます。

npm パッケージ名は公開済みの galaxy-strike のままです(改名すると既存ユーザーが壊れるため)。 プロダクト名は NOVA としてリニューアルしました。

遊び方

npx galaxy-strike

または

npm install -g galaxy-strike
galaxy-strike   # もしくは gstrike / game

操作

| キー | 操作 | | ---- | ---- | | ← → / A D | 移動 | | Space / W / ↑ | 射撃 | | P | 一時停止 | | R | 再挑戦(ゲームオーバー時 / ポーズ中) | | M | メニューへ | | Q | 終了 |

ゲーム内容

  • ストーリーモード: 全5ステージ(各ステージ3ウェーブ + ボス戦)
  • キャラクター: パイロット「カイト」とオペレーター「ミア」の掛け合い台詞
  • 武器進化: ステージクリアごとに射撃パターンが進化
    • Lv1 スパローショット → Lv2 ツインランサー → Lv3 トライスプレッダー → Lv4 ピアッサー → Lv5 ファイブウェイバースト → Lv6 ノヴァブリッツ(MAX)
  • アイテム: 敵撃破時に 25% でドロップ
    • ♥ ライフ回復(最大5個・超過は+500点)
    • P パワーモード(10秒間 最強弾)
    • ★ オーバードライブ(10秒間 最強弾+無敵・レア)
  • 敵AI難度スケーリング: 雑魚(スカウト/グラント/タンク/ダイバー/エリート)→ ボス
  • クリア報酬: スコアボーナス & ライフ+1(8000点ごとにエクストラライフ+1)
  • 画面: メニュー / HOW TO PLAY / ステージ導入ダイアログ / ゲームオーバー / エンディング+リザルト

開発

src/
├── config.js        # 定数・バランス
├── main.js          # モード遷移オーケストレーター
├── core/            # engine / renderer / input / weapons
├── story/           # stages.js / dialogue.js
└── ui/              # menu / intro / clear / gameover / ending
node index.js

License

MIT