Tactical RPG (Phaser 3) Project

Design and implement a data-driven tactical RPG prototype with Phaser 3, TypeScript, and Webpack.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/ring9zzzz/projectZ --skill tactical-rpg-phaser-3-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tactical RPG (Phaser 3) Project
Source: https://github.com/ring9zzzz/projectZ/tree/main/.rules
Command: npx skills add https://github.com/ring9zzzz/projectZ --skill tactical-rpg-phaser-3-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This project provides a blueprint for building a data-driven tactical RPG using Phaser 3, TypeScript, and Webpack, consolidating architecture, gameplay systems, and extensible data-driven content to accelerate prototyping and iteration.

Core Features & Use Cases

  • Grid-based movement and combat: a framework for turnless action-bar mechanics, AI, and battle cutscenes that can be extended with new maps, units, weapons, and passives.
  • Data-driven content: units, weapons, and passives are stored in JSON to enable easy expansion across chapters.
  • Use Case: Teams can rapidly prototype a new chapter by swapping JSON data and adding assets, without changing core code.

Quick Start

Install dependencies and run npm start to launch the project locally.

Frequently Asked Questions about Tactical RPG (Phaser 3) Project

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

FAQPage Schema
How do I create a data-driven tactical RPG with Phaser 3?

To create a data-driven tactical RPG with Phaser 3, you define units, weapons, and passives in JSON files, allowing rapid prototyping of new chapters by swapping data without changing core TypeScript code.

How does grid-based movement and combat work in a Phaser 3 tactical RPG?

Grid-based movement in a Phaser 3 tactical RPG operates on a framework supporting turnless action-bar mechanics, AI behaviors, and battle cutscenes, which can be extended with new maps and units via JSON configurations.

Can I use TypeScript and Webpack to prototype game chapters without changing core code?

Yes, you can use TypeScript and Webpack to prototype new chapters by swapping JSON data and adding assets, enabling rapid iteration without modifying the existing core game architecture.

What is the best way to manage units, weapons, and passives in a tactical RPG prototype?

The best way to manage units, weapons, and passives in a tactical RPG prototype is through data-driven JSON content, which enables easy expansion and customization across multiple chapters.

Does this Phaser 3 RPG framework support AI and battle cutscenes?

Yes, the Phaser 3 RPG framework supports AI behaviors and battle cutscenes, providing a comprehensive architecture for grid-based combat and action-bar mechanics across multiple chapters.