game-builder

Build interactive DenchClaw games with p5.js and Three.js templates.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/himes19/pulsevolt-infra --skill game-builder-himes19
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: game-builder
Source: https://github.com/himes19/pulsevolt-infra/tree/main/skills/app-builder/game-builder
Command: npx skills add https://github.com/himes19/pulsevolt-infra --skill game-builder-himes19

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating and prototyping 2D and 3D games for DenchClaw apps, consolidating architecture, rendering, physics, assets, and setup into a single guided framework.

Core Features & Use Cases

  • Game architecture templates for 2D (p5.js) and 3D (Three.js) projects.
  • Integrated patterns for sprites, physics (Matter.js), particles, audio, and tilemaps.
  • Complete game examples demonstrating end-to-end workflows from setup to runtime.

Quick Start

Create a new game using the template and open index.html on a local static server to run it.

Frequently Asked Questions about game-builder

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

FAQPage Schema
How do I build 2D and 3D games for DenchClaw apps?▼

You can build interactive DenchClaw games by applying architecture templates for p5.js and Three.js, which streamline setup, rendering, physics, and asset pipelines into a single guided framework.

Does this game development framework support physics and particle systems?▼

Yes, the game architecture templates include integrated patterns for physics systems using Matter.js, as well as built-in support for particles, sprites, audio, and tilemaps.

What is the best way to prototype a game using p5.js and Three.js?▼

The best way to prototype is using complete game examples that demonstrate end-to-end workflows, providing architecture templates and rendering setups from initial setup to runtime execution.

Can I use my own assets with the Three.js and p5.js game templates?▼

Yes, the framework supports an asset pipeline and allows for optional scripts, references, and assets directories to manage and integrate your custom game resources.

How do I run a game created with this architecture template locally?▼

To run a created game locally, open the generated index.html file on a local static server to execute the p5.js or Three.js game runtime in your browser.