Arcade Game Creator

Create new HTML5 canvas arcade games using existing project patterns.

1|Updated Sep 15, 2025
One-click install
npx skills add https://github.com/jls42/leapmultix --skill arcade-game-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Arcade Game Creator
Source: https://github.com/jls42/leapmultix/tree/main/.claude/skills/arcade-game-creator
Command: npx skills add https://github.com/jls42/leapmultix --skill arcade-game-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new HTML5 canvas arcade games from scratch can be complex and time-consuming, requiring deep knowledge of game loops, rendering, input handling, and project integration. This Skill provides a structured guide and leverages existing project patterns to streamline the development of new mini-games, letting you focus on creativity.

Core Features & Use Cases

  • Pattern-Based Development: Guides you through using existing game architectures (monolithic or decomposed) as templates for new creations, accelerating development.
  • Essential Components Checklist: Ensures all critical game elements like game loops, canvas rendering, input handling, and multiplication question integration are covered.
  • Use Case: You want to add a new educational mini-game, "MultiJump," to the LeapMultix platform. Use this Skill to quickly scaffold the game, integrate it into the Arcade mode, and ensure it meets performance and quality standards without reinventing the wheel.

Quick Start

1. Choose a reference game (e.g., Multimiam for modularity)

2. Decide on architecture (simple or decomposed)

3. Implement game loop, rendering, controls, and questions

4. Integrate into ArcadeMode.js