Build a Scary First-Person Horror Game
A step-by-step flow to create a real playable first-person horror game with movement, interactions, enemy behavior, atmosphere, objectives, fail states, and testing.
AI-generated draft. This flow was created by the custom generator. Review the steps and Definition of Done before running - curated flows in the library are hand-crafted and research-backed.
The Route
0/10 verifiedDefine the game loop and systems before building
Force the builder to design a complete horror gameplay loop with concrete systems, not just a spooky scene.
Build the first-person controller and playable scene foundation
Create the core locomotion and scene structure required for all later horror mechanics.
Add interaction, doors, pickups, and progression gating
Create the real gameplay structure that makes exploration meaningful.
Create the horror event system and atmosphere triggers
Add controllable scares and environmental tension that react to player progress.
Implement the enemy or threat behavior
Introduce real danger so the game has pressure, stealth, chase, or survival stakes.
Add UI feedback, objectives, and fail/win states
Make the game understandable and complete for a player without developer guidance.
Tune pacing, fear escalation, and player flow
Turn the prototype from a collection of systems into a coherent horror experience.
Run gameplay QA and identify broken states
Systematically test the prototype for the failures AI-built games commonly hide.
Fix critical issues and harden the prototype
Resolve the most common hidden implementation problems so the game is reliably playable.
Do a final playable vertical-slice pass
Confirm the game works as a short but complete horror experience ready to share or iterate on.
Context Pack
Paste this first. It briefs the AI on requirements, constraints, and the Definition of Done before your first build prompt.
Paste this into your AI builder first. It teaches the AI what you want before you give it the build prompt.
Related routes
More App Builder flows that share ground with this one.
Build a Playable 2D Browser Game
A step-by-step flow to create a real, playable 2D browser game with movement, collisions, scoring, win/lose states, and basic polish using an AI app builder.
+6 more steps to Done
Best forbuilders who have shipped a basic app before
Add Real-Time Presence Indicators to a Chat App with WebSockets
A step-by-step flow for implementing real-time online, offline, and typing presence in a chat app using WebSockets, including backend presence tracking, frontend updates, reconnect handling, and verification.
+7 more steps to Done
Best forbuilders who have shipped a basic app before
Add Team Invites to a SaaS App
Build a real team invitation system for a SaaS app, including invite creation, email/share flow, acceptance, membership creation, role assignment, validation, and end-to-end testing.
+7 more steps to Done
Best forbuilders who have shipped a basic app before