godot-genre-horror

Create horror game mechanics with tension pacing and director AI in Godot Engine.

488|36|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-genre-horror
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-genre-horror
Source: https://github.com/thedivergentai/gd-agentic-skills/tree/main/skills/godot-genre-horror
Command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-genre-horror

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework for developing horror games, addressing the core challenges of creating tension, atmosphere, and engaging AI behaviors that keep players on edge.

Core Features & Use Cases

  • Tension Pacing: Implements a "sawtooth wave" model (buildup, peak, relief) to manage player stress effectively.
  • Director System: A macro AI that controls game pacing and event triggers to maintain suspense.
  • Sensory AI: Realistic AI perception systems (vision, sound) with reaction times.
  • Sanity/Stress Mechanics: Visual and audio distortions to reflect player's fear.
  • Atmospheric Lighting: Utilizes volumetric fog and dynamic shadows for immersive environments.
  • Use Case: Develop a survival horror game where players must navigate a dark, abandoned facility, managing limited resources while being hunted by an unseen entity controlled by a dynamic Director AI.

Quick Start

Use the godot-genre-horror skill to implement a predator stalking AI that reacts to player sounds and visual cues.

Frequently Asked Questions about godot-genre-horror

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

FAQPage Schema
How do I implement a Director AI system for pacing horror game tension in Godot?

A Director AI system for horror pacing in Godot uses a macro AI to control event triggers and maintain suspense. It implements a sawtooth wave model to manage player stress through buildup, peak, and relief phases.

How does sensory AI perception work for enemy pathfinding in Godot horror games?

Sensory AI perception in Godot horror games uses realistic vision and sound detection systems with specific reaction times. This AI integrates with Godot Engine's pathfinding to enable entities to stalk players based on sensory cues.

Can I use Godot's 3D lighting and volumetric fog for atmospheric horror game environments?

Atmospheric horror environments in Godot can be created using 3D volumetric fog and dynamic shadows. These lighting systems integrate directly with tension pacing and sanity mechanics to build immersive, psychologically engaging gameplay.

What is the best way to create sanity and stress mechanics in a Godot survival horror game?

Sanity and stress mechanics in a Godot survival horror game are created using visual and audio distortions that reflect player fear. These mechanics tie into the Director AI system to adjust atmospheric pressure dynamically.

Does the Godot horror AI framework require specific architectural patterns for tension pacing?

Yes, implementing horror tension pacing in Godot requires adherence to specific architectural patterns for AI behavior. The framework dictates sawtooth wave pacing models and Director system integration to ensure consistent suspense.

How do I make an enemy AI react to player sounds in Godot?

To make an enemy AI react to player sounds in Godot, implement a sensory perception system with realistic sound detection. This integrates with Godot's AI pathfinding to create a predator stalking AI that hunts based on audio cues.