tilemaps

Integrate Tiled JSON maps into Phaser 4 scenes with layers and collision.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/tja688/WebGameDevPlace --skill tilemaps-tja688
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tilemaps
Source: https://github.com/tja688/WebGameDevPlace/tree/main/.claude/skills/tilemaps
Command: npx skills add https://github.com/tja688/WebGameDevPlace --skill tilemaps-tja688

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies the complex process of integrating Tiled JSON maps into Phaser 4, handling the technical overhead of layer creation, collision detection, and tile manipulation.

Core Features & Use Cases

  • Seamless Tiled Integration: Load and render Tiled JSON maps with support for orthogonal, isometric, and hexagonal orientations.
  • Advanced Collision & Physics: Easily configure tile-based collision, custom properties, and physics callbacks for interactive game environments.
  • Performance Optimization: Utilize high-performance GPU-accelerated layers for large-scale maps while maintaining full control over tile data.

Quick Start

Use the tilemaps skill to load a Tiled JSON file named level1.json and create a collision-enabled ground layer in your Phaser scene.

Frequently Asked Questions about tilemaps

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

FAQPage Schema
How do I load Tiled JSON maps into Phaser 4?

To load Tiled JSON maps into Phaser 4, you use standardized methods to import the map data and manage tilemap layers, tilesets, and collision logic within your game scenes. It supports orthogonal, isometric, and hexagonal orientations.

How do I configure tile collision and physics in a Phaser game scene?

Configuring tile collision in Phaser involves applying physics-engine integration to specific tile properties and setting up physics callbacks. This allows you to define interactive boundaries and custom collision behavior for game environments.

Does Phaser 4 support isometric and hexagonal tilemap rendering?

Yes, Phaser 4 supports isometric and hexagonal tilemap rendering alongside standard orthogonal views. This allows you to render complex level designs directly from Tiled JSON data while managing different map orientations.

What is the best way to optimize rendering performance for large tilemaps in WebGL?

The best way to optimize large tilemap rendering in WebGL is utilizing high-performance GPU-accelerated layers. This approach maintains full control over tile data while efficiently rendering large-scale maps in Phaser 4.

Can I dynamically manipulate individual tiles in a Phaser 4 scene?

Yes, you can dynamically manipulate individual tiles in a Phaser 4 scene. The skill provides methods for dynamic tile manipulation, allowing you to alter tile properties and update the map layout during runtime.