resonance-engineering-game-dev

Designs core game loops, feedback systems, and engine selections for game prototypes.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill resonance-engineering-game-dev-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: resonance-engineering-game-dev
Source: https://github.com/manusco/wolfgang/tree/main/.agents/skills/engineering/game-dev
Command: npx skills add https://github.com/manusco/wolfgang --skill resonance-engineering-game-dev-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Game prototypes often feel flat and lifeless because interactions lack feedback, and teams struggle to define a repeatable core loop or pick the right engine. This Skill turns a game concept or a dull prototype into a defined compulsion loop with visual, audio, and haptic feedback on every action. ## Core Features & Use Cases - Core Loop Design: Defines the 30-second loop with Trigger, Action, Variable Reward, and Investment, grounded in player psychology (Flow, Self-Determination Theory). - Juice Injection: Applies the Trinity of Feedback (visual, audio, haptic) to every interaction using a concrete checklist covering squash and stretch, particles, screenshake, freeze frames, and pitch variation. - Engine Selection: Recommends between Unity, Unreal, Godot, Phaser, R3F, and Bevy using a decision matrix based on platform, team size, and 2D/3D needs. - Use Case: Your mobile platformer's coin pickup just increments a score silently. Use this Skill to get a concrete feedback plan: particle burst on pickup, a one-shot sound within one frame, and a light haptic tap, without breaking the 60fps budget. ## Quick Start Ask the assistant to design the core loop for your game concept or to add juice to a specific mechanic that feels flat.

Frequently Asked Questions about resonance-engineering-game-dev

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

FAQPage Schema
How do I design a core loop for a mobile game?▼

Define the four components of the compulsion loop: Trigger, Action, Variable Reward, and Investment. Specify what happens in the first 30 seconds of play, randomize the reward magnitude rather than the mechanism, and ensure each cycle prepares the player for the next one.

How do I make a game prototype feel less flat?▼

Apply the Trinity of Feedback to every interaction: a visual response like squash and stretch or a particle burst, an audio cue aligned within one frame, and a haptic tap on mobile. The juice checklist covers screenshake, freeze frames, and pitch variation for each mechanic.

Unity vs Godot vs Phaser for a 2D mobile game?▼

Godot 4 suits small teams and 2D workflows with a lightweight footprint, Unity is proven for mobile shipping with a large asset ecosystem, and Phaser targets instant web delivery. The engine matrix weighs team size, platform target, and performance needs before recommending.

Does adding particles and screenshake hurt 60fps performance?▼

A small particle burst, a one-shot sound, and a haptic tap cost negligible frame time and do not conflict with the 60fps floor. The performance budget treats input latency under 16ms as the constraint, not the removal of feedback.

What monetization strategies are considered ethical in game design?▼

Cosmetics and Battle Passes are approved because they support autonomy and community relatedness. Pay-to-Win and loot boxes are banned because they destroy the sense of competence or rely on predatory gambling mechanics.