Auto-sync: 2026-04-26 12:02
This commit is contained in:
52
wiki/concepts/Core-Gameplay-Loop.md
Normal file
52
wiki/concepts/Core-Gameplay-Loop.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
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(瞬间体验,0–30秒)
|
||||
玩家在极短时间内的重复决策与反馈。
|
||||
- **Action**:玩家执行具体操作(跳跃/射击/收集)
|
||||
- **Feedback**:即时视觉/音效/触觉反馈
|
||||
- **Reward**:资源/进度/内在满足感
|
||||
|
||||
> 核心问题:这个操作本身好玩吗?在没有升级、没有故事的情况下,它能独立成立吗?
|
||||
|
||||
### 2. Session Loop(会话循环,5–30分钟)
|
||||
玩家单次游戏会话中的目标与张力。
|
||||
- **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]]:次级系统应与核心循环交互以产生涌现性策略
|
||||
Reference in New Issue
Block a user