Files
nexus/wiki/concepts/Core-Gameplay-Loop.md
2026-04-26 12:02:53 +08:00

53 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Core Gameplay Loop"
type: concept
tags: [game-design, player-experience, engagement]
sources: [game-designer]
last_updated: 2026-04-26
---
## Definition
Core Gameplay Loop核心游戏循环是一套驱动玩家持续参与的三层循环结构——从瞬间决策0-30秒到会话目标5-30分钟再到长期进阶数小时至数周。它决定了游戏能否在多个时间尺度上维持玩家兴趣。
## Three-Layer Structure
### 1. Moment-to-Moment Loop瞬间体验030秒
玩家在极短时间内的重复决策与反馈。
- **Action**:玩家执行具体操作(跳跃/射击/收集)
- **Feedback**:即时视觉/音效/触觉反馈
- **Reward**:资源/进度/内在满足感
> 核心问题:这个操作本身好玩吗?在没有升级、没有故事的情况下,它能独立成立吗?
### 2. Session Loop会话循环530分钟
玩家单次游戏会话中的目标与张力。
- **Goal**:完成目标以解锁奖励
- **Tension**:风险或资源压力(如时间限制、随机事件)
- **Resolution**:胜负状态与后果
### 3. Long-Term Loop长期循环小时
驱动玩家持续回流的元进度与留存机制。
- **Progression**:解锁树 / 元进度系统
- **Retention Hook**:每日奖励 / 赛季内容 / 社交循环
## Design Principles
1. **每一层都必须独立成立**——长期循环坍塌时,瞬间体验仍能支撑短期参与
2. **各层相互增强**——瞬间体验的积累推动会话目标,会话目标的完成推动长期进度
3. **最小可行复杂度**——仅添加产生新颖决策的循环,移除不产生意义的复杂性
4. **"有趣假设"优先**——在纸面原型阶段验证核心循环的可玩性,而非在完整系统构建后
## Relationship to Game Design Document
Core Gameplay Loop 是 GDD 的核心章节,与以下交付物对应:
- **Mechanic Specification**:定义瞬间循环中的每个具体操作
- **Economy Balance Spreadsheet**:定义会话循环中的资源流
- **Player Archetypes**(鲸鱼/海豚/小鱼):定义长期循环中的不同玩家路径
## Related Concepts
- [[Economy Balance]]:经济系统为会话循环和长期循环提供资源基础
- [[Player Onboarding]]:引导流程必须快速呈现瞬间循环的可玩性
- [[Systemic Design]]:次级系统应与核心循环交互以产生涌现性策略