·game-architecture
>_

game-architecture

ブラウザ ゲームのゲーム アーキテクチャ パターンとベスト プラクティス。ゲーム システムの設計、アーキテクチャの計画、ゲーム プロジェクトの構築、またはゲーム コードに関するアーキテクチャ上の決定を行うときに使用します。

38インストール·1トレンド·@opusgamelabs

インストール

$npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture

game-architecture のインストール方法

コマンドラインで game-architecture AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: opusgamelabs/game-creator。

Reference knowledge for building well-structured browser games. These patterns apply to both Three.js (3D) and Phaser (2D) games.

No title screen by default. Games boot directly into gameplay. The Play.fun widget handles score display, leaderboards, and wallet connect in a deadzone at the top of the game, so no in-game score HUD is needed. Only add a title/menu scene if the user explicitly requests one.

Games with audio MUST have a global mute toggle. Store isMuted in GameState and wire it to both BGM and SFX:

ブラウザ ゲームのゲーム アーキテクチャ パターンとベスト プラクティス。ゲーム システムの設計、アーキテクチャの計画、ゲーム プロジェクトの構築、またはゲーム コードに関するアーキテクチャ上の決定を行うときに使用します。 ソース: opusgamelabs/game-creator。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture
カテゴリ
>_生産性
認証済み
初回登録
2026-02-24
更新日
2026-03-10

Browse more skills from opusgamelabs/game-creator

クイックアンサー

game-architecture とは?

ブラウザ ゲームのゲーム アーキテクチャ パターンとベスト プラクティス。ゲーム システムの設計、アーキテクチャの計画、ゲーム プロジェクトの構築、またはゲーム コードに関するアーキテクチャ上の決定を行うときに使用します。 ソース: opusgamelabs/game-creator。

game-architecture のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/opusgamelabs/game-creator --skill game-architecture インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/opusgamelabs/game-creator