game-setup-and-config

Configure Phaser 4 GameConfig for renderer, scaling, and pixel-art settings.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/dzyamik/furry-match3 --skill game-setup-and-config-dzyamik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-setup-and-config
Source: https://github.com/dzyamik/furry-match3/tree/main/.claude/skills/game-setup-and-config
Command: npx skills add https://github.com/dzyamik/furry-match3 --skill game-setup-and-config-dzyamik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides developers in creating a new Phaser.Game instance with the correct GameConfig settings, including renderer decisions, scaling, pixel-art, FPS, boot sequence, and all related sub-objects.

Core Features & Use Cases

  • Provides guidance on configuring renderer choices (AUTO, CANVAS, WEBGL), canvas placement, and scaling to fit target devices.
  • Documents how to wire GameConfig properties, boot callbacks, and pixel-art/fps presets for consistent boot behavior across scenes.
  • Useful for starting new Phaser projects or reconfiguring existing games for predictable performance and presentation across platforms.

Quick Start

Create a new Phaser.Game with a ready-made GameConfig that matches your renderer, scale, and pixel-art preferences to boot the game.

Frequently Asked Questions about game-setup-and-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a Phaser 4 GameConfig for rendering and scaling?

To configure a Phaser 4 GameConfig, you define renderer options like AUTO, CANVAS, or WEBGL alongside scale and pixel-art sub-objects. This skill guides structuring these properties to ensure correct canvas placement and device fitting for your game.

What's the best way to set up pixel-art settings in a Phaser 4 game?

Setting up pixel-art in a Phaser game involves configuring the pixel-art sub-object within the GameConfig. This skill provides guidance on wiring these presets to maintain crisp visual presentation across scenes.

How do I wire boot sequence callbacks in a Phaser 4 game?

Wiring boot sequence callbacks in Phaser 4 involves defining boot-time functions within the GameConfig. This skill enforces requirements for these callbacks to ensure predictable performance and consistent boot behavior across scenes.

Does this Phaser game configuration approach support both CANVAS and WEBGL renderers?

Yes, this configuration approach supports AUTO, CANVAS, and WEBGL renderer options. The skill documents how to configure renderer decisions within the GameConfig to match your target devices and performance requirements.

When do I need to reconfigure bootstrap options across renderers in Phaser?

You need to reconfigure bootstrap options when starting a new Phaser game or adjusting existing games for predictable performance across platforms. This skill handles reconfiguring renderer, scaling, and boot sequence scenarios effectively.