particles

Configure and control Phaser 4 particle emitters with emission zones and properties.

Updated May 24, 2026
One-click install
npx skills add https://github.com/simon-tanna/pip-maze-v-2 --skill particles-simon-tanna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: particles
Source: https://github.com/simon-tanna/pip-maze-v-2/tree/main/.claude/skills/particles
Command: npx skills add https://github.com/simon-tanna/pip-maze-v-2 --skill particles-simon-tanna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires phaser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of creating and controlling particle effects in Phaser 4 games, making it easier to add dynamic visual effects like explosions, fire, and smoke.

Core Features & Use Cases

  • Particle Emitter Creation: Quickly set up ParticleEmitters for a variety of effects.
  • Emission and Death Zones: Define zones where particles are emitted or killed.
  • Particle Properties: Customize properties like speed, scale, and lifespan.
  • Use Case: Use this Skill to create a realistic explosion effect in your game.

Quick Start

Create a continuous emitter of red flares at position (400, 300) with a speed of 200.

Frequently Asked Questions about particles

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

FAQPage Schema
How do I create particle effects in Phaser 4?

You can create particle effects by setting up a ParticleEmitter to manage emission zones, speed, scale, and lifespan, enabling dynamic visual effects like explosions and fire in Phaser 4.

What are emission and death zones in Phaser particle systems?

Emission and death zones are defined areas in a Phaser particle system where particles are spawned or automatically killed, providing precise control over visual effect boundaries in game scenes.

Can I customize particle properties like speed and lifespan in Phaser?

You can customize particle properties including speed, scale, and lifespan in Phaser to precisely control the behavior and visual appearance of dynamic game environment effects.

Does this approach require the Phaser framework?

Creating and controlling particle emitters with this method requires the Phaser 4 framework, as it manages the particle system configuration specifically for games developed using Phaser.

What is the best way to set up a continuous particle emitter in Phaser 4?

To set up a continuous particle emitter in Phaser 4, define a position and customize properties like speed, configuring the emitter to continuously spawn particles for ongoing visual effects.

When should I use particle emitters in game development?

Use particle emitters in game development when adding dynamic visual effects like explosions, fire, and smoke to game scenes, enhancing the environment with animated particle systems.