The Copycat -v1.0.0- By Piggybackride Productions
Genre: Psychological horror / Stealth-survival
Core mechanic: A mimic entity (“The Copycat”) copies the appearance, voice, and behavior of NPCs (or your own character).
Setting: Abandoned facility / mirrored mansion (changes per patch notes).
Win condition: Survive 3 “phases” without being touched by the Copycat while identifying it before it strikes.
Early access keys sent to streamers and journalists have already generated a wave of specific, nervous praise.
"I uninstalled it after two hours. Not because it’s bad, but because I looked in the pause menu mirror and the reflection blinked three seconds after me. I am not okay." – NightmareLogic (Twitch Partner) The Copycat -v1.0.0- By PiggyBackRide Productions
"Version 1.0.0 finally explains the lore of the 'Empty Chair' from the alpha. I won't spoil it, but it involves a recursive loop of failed auditions. It broke my heart, then scared my soul." – IndieHorrorHQ
Audio is the star here. PiggyBackRide Productions hired binaural audio engineers who previously worked on ASMR horror experiments. Every floorboard creak is procedurally generated. More importantly, the game features "Latency Loops"—if you wear headphones, the game will occasionally play your own microphone input back to you with a 2-second delay, making you think someone is whispering behind you.
Code Snippet (C#):
using UnityEngine;
using System.Collections;
public class EchoFeature : MonoBehaviour
// Target acquisition system
public float detectionRange = 10f;
private GameObject target;
// Action observation system
private List<Action> observedActions = new List<Action>();
// Behavior replication system
private bool isEchoing = false;
void Update()
// Target acquisition
if (target == null)
target = DetectTarget();
// Action observation
if (target != null)
ObserveActions(target);
// Behavior replication
if (isEchoing)
ReplicateActions();
// ...
void ReplicateActions()
// Iterate through observed actions and replicate them
foreach (Action action in observedActions)
// Use animation, movement, and ability systems to replicate the action
// ...
This code snippet demonstrates a basic implementation of the Echo feature, including target acquisition, action observation, and behavior replication. Note that this is a simplified example and may require additional development to fully integrate with the Copycat -v1.0.0- project.
At its core, The Copycat is a first-person psychological horror puzzle game. However, labeling it merely a "horror game" feels reductive. Version 1.0.0 marks the "full mirror" update—a complete narrative and mechanical overhaul from the earlier alpha builds that circulated on indie forums last year.
The Premise: You play as Alex Mercer, a session musician recovering from a career-ending case of imposter syndrome. You’ve accepted a late-night gig at an isolated recording studio called "Echo Chamber Studios." Your job is simple: lay down backing tracks for a mysterious artist named "The Secondary." Early access keys sent to streamers and journalists
The twist? When you arrive, the studio is empty. The sheet music is written in your handwriting. And the playback loop isn't music—it’s a recording of your own voice, layered thousands of times, slowly degrading into screams.
The "Copycat" of the title is not a person. It is a glitch in reality that begins to mimic your every action. Open a door? The Copycat opens the closet behind you. Pick up a key? The Copycat picks up a knife.