🔄 Feedback Loop
Quick Summary
A Feedback Loop is a cyclical computational loop describing a continuous cause-and-effect process: The player’s actions change the Game’s data system, from which the Game outputs corresponding results and sends messages altering the player’s sensory evaluation, urging them to execute new actions more vigorously or in a more limited way.
Illustration: Standard Core Loop structure: Establish killing monsters generates money → Use money to invest in upgrading equipment → Equipment amplifies damage helping kill higher-tier NPCs.
The Feedback Loop structural algorithm is the backbone determining the player Retention Metric. Properly establishing the parameter code of Positive/Negative Feedback Loops will dictate whether a game leans toward Supportive reward augmentation or harsh Survival coercion.
Positive Feedback Loop Algorithm
The “Snowball effect” structural effect. The learning mechanism here formats that achieved accomplishments allow the system to expand power resources for the next cycle, making the gap between winner and loser stretch to infinity.
- Expressive Prototype: The amount of experience points (EXP) gained when defeating monsters helps the character’s level bar increase. After leveling up, the character unleashes larger AoE damage, killing more monsters in the same time, gathering an even larger loop of EXP points, and configuring the next loop to push up to the next level.
- Design Application: Often applied in Action Role-Playing (ARPG) games to maximize reward dopamine. However, the downside is that it easily breaks the difficulty curve, making the system too easy (Overpowered) in the End-game phase.
Negative Feedback Loop Algorithm
The “Catch-up / Rubber-banding effect” structural effect. The game designs a direct punishment chain for those at the highest threshold and grants support to those falling behind to close the Skill Gap, maintaining tension.
- Expressive Prototype: In the racing game Mario Kart, being the lead Cup automatically causes the item box to remove all high-tier weapons, while the algorithmic system automatically increases physical speed for the cars trailing last and grants the massively destructive “Blue Shell” weapon. The person maintaining top speed for too long will constantly receive negative pressure from the system’s physical laws.
- Design Application: Ensures limits on the multiplayer ecosystem (PVP & PVE) so that the competitive group structure is not completely broken after a fatal mistake in the first minute of the network protocol.