お問い合わせContact
VOID STRIKERへのバグ報告・ご意見・ご要望は、GitHubリポジトリのIssueで受け付けています。開発者rin0420が個人で運営しているため、返信までお時間をいただく場合があります。あらかじめご了承ください。
Bug reports, feedback, and requests for VOID STRIKER are accepted through Issues on the GitHub repository. As the project is maintained independently by rin0420, a response may take some time.
GitHub Issueでのお問い合わせ(推奨)Contact through GitHub Issues (recommended)
本ゲームのソースコードは github.com/rin0420/retro-shooter で公開しています。バグを見つけた場合や、新しい敵・スキン・機能のご要望がある場合は、下記のリンクから新しいIssueを作成してください。
The source code for this game is available at github.com/rin0420/retro-shooter. If you find a bug or would like to request a new enemy, skin, or feature, please create a new Issue using the links below.
- Issue一覧を見るView existing Issues
- 新しいIssueを作成する(GitHubアカウントが必要です)Create a new Issue (GitHub account required)
バグ報告の際は、以下の情報をあわせて記載していただけると調査がスムーズです。
Including the following information with a bug report will help with the investigation:
- 使用している端末・ブラウザの種類とバージョン(例: iPhone Safari, Windows Chrome など)Your device and browser type and version, such as iPhone Safari or Windows Chrome
- 発生したステージ数や、直前に行っていた操作(可能であればスクリーンショット)The stage number where it occurred and what you were doing immediately beforehand, with a screenshot if possible
?test=1や?debugtouchを付けて再現する場合はそのURLThe URL if the issue can be reproduced with?test=1or?debugtouch
よくあるお問い合わせCommon questions
送信前に、まずは以下の項目をご確認ください。すでに知られている問題であれば、既存のIssueにコメントを追加していただくだけでも構いません。
Before submitting an Issue, please review the items below. If the problem is already known, you may simply add a comment to the existing Issue.
-
ゲームが起動しない・真っ暗のまま:
file://で直接開いている場合、ブラウザによっては<canvas>の描画やlocalStorageの利用が制限されることがあります。別のブラウザで試すか、ローカルサーバー経由での起動もお試しください。 -
The game does not start or the screen remains black:
When opening the game directly under
file://, some browsers may restrict<canvas>rendering or access to localStorage. Try another browser or launch it through a local server. - スマートフォンでタップしても反応しない・ズレる: 機種名・OSバージョン・ブラウザ名を添えてご報告いただけると、実機依存の不具合の切り分けに役立ちます。過去の同種の修正については 開発ブログの記事もご参照ください。
- Taps on a smartphone do not respond or are offset: Including the device model, OS version, and browser name in your report helps distinguish device-specific problems. See the development blog post for information about earlier fixes of this kind.
- クレジットや進行データが消えた: 進行データはブラウザのlocalStorageに保存されているため、ブラウザのキャッシュ/サイトデータを消去したり、シークレットモードで開いたりすると引き継がれません。詳しくは プライバシーポリシーをご確認ください。
- Credits or progress data disappeared: Progress is stored in the browser's localStorage, so it will not carry over if browser cache or site data is cleared, or when using private browsing. See the Privacy Policy for details.
- 新しい敵・ボス・スキンの追加要望: 歓迎しています。Issueにアイデアを記載していただければ、今後のアップデートの検討材料にさせていただきます。
- Requests for new enemies, bosses, or skins: These are welcome. Ideas posted in an Issue will be considered for future updates.
GitHubアカウントをお持ちでない方へIf you do not have a GitHub account
GitHubアカウントがなくても、既存のIssueや
リポジトリ本体
は閲覧できます。ソースコードや仕様書(SPEC.md)もリポジトリ内で公開されているため、実装の詳細を確認したい場合はあわせてご覧ください。開発の背景や設計判断については
開発ブログ
でも随時紹介しています。
You can view existing Issues and the repository without a GitHub account. The source code and specification (SPEC.md) are also available in the repository if you would like to examine the implementation in detail. The development blog regularly discusses the background and design decisions behind the project.
ご注意Please note
個人開発のプロジェクトであるため、メールなど他の連絡手段は現在ご用意しておりません。お問い合わせは上記のGitHub Issueを通じてお願いいたします。プライバシーに関する開示・削除等のご請求については プライバシーポリシー の記載もあわせてご確認ください。
As this is an independently developed project, no other contact method such as email is currently available. Please contact us through the GitHub Issues described above. For requests concerning disclosure or deletion of privacy-related information, also review the Privacy Policy.