Toolverse
All skills

game-development

by davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Frontend
Views
112

About this skill

Game development orchestrator. Routes to platform-specific skills based on project needs.

How to use

  1. Zainstaluj skill game-development w swoim środowisku Claude. Skill wymaga dostępu do narzędzi Read, Write, Edit, Glob, Grep i Bash do pracy z plikami projektu.

  2. Rozpocznij pracę nad projektem gry i opisz, na jaką platformę tworzysz (web, mobile, PC, VR/AR) oraz wymiar gry (2D lub 3D). Skill automatycznie zaproponuje Ci odpowiedni sub-skill z dostępnych opcji.

  3. Jeśli pracujesz nad mechaniką gry, fizyką lub logiką, skill nauczy Cię fundamentalnego wzorca game loop: INPUT (odczyt akcji gracza) → UPDATE (przetworzenie logiki z fixed timestep) → RENDER (rysowanie klatki). To jest uniwersalna zasada dla wszystkich platform.

  4. W zależności od specjalistycznego obszaru (game design, multiplayer, grafika, dźwięk), skill kieruje Cię do dedykowanego sub-skill'u, który zawiera szczegółowe wytyczne i narzędzia dla tego zakresu.

  5. Korzystaj z pattern selection matrix do wyboru odpowiedniego wzorca architektonicznego — na przykład State Machine dla 3-5 dyskretnych stanów (Idle, Walk, Jump) czy Event System dla luźno powiązanych komponentów.

  6. Podczas implementacji pamiętaj o fixed timestep rule: fizyka i logika gry powinny działać ze stałą częstotliwością (np. 50Hz), rendering zaś tak szybko jak możliwe, z interpolacją między stanami dla płynnej wizualizacji.

Related skills

2d-games

by davila7

2D game development principles. Sprites, tilemaps, physics, camera.

Frontend
2674

frontend-slides

by sickn33

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual

Frontend
65135

shadcn-ui-setup

by maneeshanif

Install and configure Shadcn/ui component library with Radix UI primitives, Aceternity UI effects, set up components, and manage the component registry. Use when adding Shadcn/ui to a Next.js project or installing specific UI components for Phase 2.

Frontend
23167

landing-page-guide-v2

by bear2u

Create distinctive, high-converting landing pages that combine proven conversion elements with exceptional design quality. Build beautiful, memorable landing pages using Next.js 14+ and ShadCN UI that avoid generic AI aesthetics while following the 11 essential elements

Frontend
3486

markitdown

by K-Dense-AI

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting

Frontend
75173

zustand

by lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

Frontend
36126