tilemaps

Create tilemaps from Tiled JSON and set up collision in Phaser 4 games.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit provides a comprehensive solution for integrating and managing tilemaps in Phaser 4 games, simplifying the process of creating tile-based levels and interactions.

Core Features & Use Cases

  • Tilemap Creation: Build tilemaps from Tiled JSON, CSV, or raw 2D arrays.
  • Layer Management: Create and manage multiple tilemap layers for complex levels.
  • Collision Detection: Implement tile collision for interactive gameplay elements.
  • Use Case: Create a platformer game where the player can navigate through levels consisting of various terrain and obstacles defined by tilemaps.

Quick Start

Use the tilemaps skill to create a new tilemap layer for your game and set up collision with the 'map' tileset.

Frequently Asked Questions about tilemaps

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

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

You can load a Tiled JSON tilemap into Phaser 4 by using this Skill to parse the JSON file, create tilemap layers, and set up collision for tile-based levels. It requires Phaser 4 and Tiled to be installed.

Can I create Phaser 4 tilemaps from raw 2D arrays or CSV instead of Tiled?

Yes, this Skill supports building tilemaps in Phaser 4 from Tiled JSON, CSV, or raw 2D arrays, allowing you to integrate tile-based levels using your preferred data format.

What's the best way to set up tile collision for a platformer level in Phaser 4?

The best way to set up tile collision for a Phaser 4 platformer is using this Skill to implement tile collision detection against your tilemap layers, enabling interactive gameplay elements like terrain and obstacles.

How do I manage multiple tilemap layers for complex levels in Phaser?

You can manage multiple tilemap layers for complex levels in Phaser by using this Skill's layer management features to create and organize different terrain and interactive elements within your game.

Do I need Tiled installed to use tilemaps in my Phaser 4 project?

Yes, you need Tiled installed and the Tiled JSON available to use this Skill for integrating tilemaps into your Phaser 4 project, as it relies on Tiled JSON for level design data.