endless-runner

Design scalable endless-runner architecture with procedural chunk spawning and lane-based gameplay.

3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/XeldarAlz/KlondikeSolitaire --skill endless-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: endless-runner
Source: https://github.com/XeldarAlz/KlondikeSolitaire/tree/main/.claude/skills/genre/endless-runner
Command: npx skills add https://github.com/XeldarAlz/KlondikeSolitaire --skill endless-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs scalable endless-runner architecture for procedural chunk spawning and lane-based gameplay.

Core Features & Use Cases

  • Procedural chunk spawning for endless levels with seamless transitions.
  • Lane-based movement with switch, jump and obstacle patterns.
  • Speed ramping, distance scoring, and configurable difficulty tuning.

Quick Start

Create a basic endless-runner scene by wiring a lane-based runner, spawn initial chunks, and hook up a simple obstacle pattern to start testing.

Frequently Asked Questions about endless-runner

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

FAQPage Schema
How do I design procedural chunk spawning for an endless runner in Unity?

Procedural chunk spawning in Unity uses a modular architecture to load and unload level segments seamlessly. This Skill designs scalable systems for managing chunk transitions and endless level generation without visible loading gaps.

What is the best way to structure lane-based movement and obstacle patterns?

Lane-based movement structures gameplay around fixed paths where players switch lanes, jump, and avoid obstacles. This architecture uses data-driven behavior definitions to configure obstacle patterns and movement mechanics across multiple levels.

How do I implement configurable difficulty tuning and speed ramping for endless runners?

Configurable difficulty tuning and speed ramping are implemented through data-driven systems that adjust obstacle frequency and game speed over distance. This architecture provides modular definitions to tune difficulty curves across endless runner levels.

Does this endless runner architecture follow a model-view-system approach?

Yes, this endless runner architecture explicitly satisfies a model-view-system approach. It separates data-driven behavior definitions from view rendering and system logic to ensure scalable game architecture and modular chunk management.

How do I set up a basic endless runner scene to start testing gameplay?

To set up a basic endless runner scene, wire a lane-based runner, spawn initial chunks, and hook up a simple obstacle pattern. This quick start process allows you to begin testing core mechanics immediately.