tilemaps

Automate tilemap creation and manipulation in the Phaser 4 game engine.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/quochung-cyou/MissionSim --skill tilemaps-quochung-cyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tilemaps
Source: https://github.com/quochung-cyou/MissionSim/tree/main/skills/tilemaps
Command: npx skills add https://github.com/quochung-cyou/MissionSim --skill tilemaps-quochung-cyou

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of working with tilemaps in Phaser 4, enabling efficient creation, manipulation, and collision detection of tile-based levels, significantly reducing the complexity of game development.

Core Features & Use Cases

  • Tilemap Creation: Build and load tilemaps from Tiled JSON, CSV, or 2D arrays.
  • Layer Manipulation: Create and manage multiple layers with tile collision, dynamic tiles, and properties.
  • Collision Detection: Implement tile-based collision for game physics and interactions.
  • Use Case: Develop platformers or other games with complex level design by using this Skill to define your game world's map structure.

Quick Start

Use the tilemaps skill to load a Tiled JSON map 'level1.json' and set up collision for the 'Ground' layer.

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 map and set up collision in Phaser 4?

To load a Tiled JSON map in Phaser 4, use this Skill to import the map file, add the corresponding tilesets, and enable collision detection on specific layers like 'Ground' for physics interactions.

Can I create tilemaps from 2D arrays or CSV files in Phaser 4?

Yes, you can create tilemaps in Phaser 4 from 2D arrays and CSV files. This Skill automates map creation from these formats, allowing you to define level structures directly or through external data.

How do I manage multiple layers and dynamic tiles in a Phaser 4 tilemap?

Managing multiple layers in a Phaser 4 tilemap involves creating and manipulating layer properties, including dynamic tiles. This Skill provides tools to handle these layer operations and set tile properties efficiently.

Does this tilemap skill handle collision detection for platformer level design?

Yes, this Skill handles collision detection for platformer level design. It implements tile-based collision within the Phaser 4 game engine to define physical boundaries and interactions in your game world.

What is the best way to integrate Tiled JSON level design with Phaser 4 physics?

The best way to integrate Tiled JSON level design with Phaser 4 physics is to load the map, attach tilesets, and configure collision layers. This Skill streamlines that workflow to reduce development complexity.