<-- this is shared/teaser/slider-teaser.html.erb -->
Project

Description

House of Echoing Nightmares is a liminal space psychological horror game that challenges the player’s acute perception and memory. Trapped within a repeating, loop-like corridor, players must meticulously observe their environment to escape. If an anomaly is spotted—whether an object has shifted, vanished, or transformed—the player must exit through the left door. If the room seems normal, they take the right door. Successfully chaining together eight correct decisions breaks the loop, while an endless mode challenges players to achieve the highest streak possible within a time limit.

The Reference Room

The foundation of the game's challenge lies in the very first area the player encounters: The Reference Room. This room appears only once at the beginning of a run. It serves as the absolute baseline for the player's journey, as it is the only time they are guaranteed a completely anomaly-free environment. Players should study this space with critical attention to detail, committing the layout, object placements, and visual cues to memory. Every subsequent decision in the loop relies entirely on the player's recollection of this initial state.

Encountering Anomalies

Once the player leaves the Reference Room, the true run begins, and the environment becomes unpredictable. In every subsequent loop, there is a random chance that an anomaly will manifest. These anomalies can range from subtle, minor adjustments to jarring, major alterations affecting any object within the room. Players must remain hyper-vigilant, as recognizing these diverse structural and visual changes is their only key to navigating the loop successfully.

Fully customizable and expandable Room via JSON

Change Sprite, Position, Scale and Rotation

For Example

{ "id": "Sofa", "sprite": "Sofa.png", "position": [0, 0], "scale": [2, 2] }

Fully customizable and expandable Anomalies via JSON

Change Sprite, Position, Scale and Rotation to apply a Anomaly

For Example

{ "type": "visual", "targetPropID": "Picture", "offset": [ 100, 150 ], "scale": [ 3, 3 ], "rotation": 15 }

Gameplay Video

Downlaod House of Echoing Nightmares

Appendices

Creators

Anonyme Person