Skip to content

Causalzap/dead-plate-interactive-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Dead Plate Toolkit Logo

Dead Plate Interactive Matrix & Wiki

The definitive open-source data collection and decision logic for the indie horror game "Dead Plate".

Live Demo Status Version Focus

Features โ€ข Data Structure โ€ข ๐Ÿš€ Launch Simulator


๐Ÿ“– About The Project

This repository serves as the knowledge base and logic core for HorrorHub, a fan-made initiative to document mechanic-heavy indie horror games.

We have reverse-engineered the relationship mechanics of Dead Plate to provide exact calculations for unlocking all 4 endings.

๐ŸŒŸ Main Project URL: https://deadplate.net

โœจ Features

Here is what you can find in the live toolkit:

  • ๐Ÿงฎ Ending Calculator: Input your choices (dialogue, items) to see Rody's fate in real-time.
  • ๐Ÿ“‚ Character Archives: Detailed JSON-structured profiles for Rody, Vincent, and Manon.
  • ๐Ÿ” Lore Database: Hidden secrets and plot analysis (e.g., The "Best Served Hot" ending requirements).
  • ๐Ÿ“ฑ Mobile Optimized: Built with Astro for lightning-fast performance.

๐Ÿ› ๏ธ Data Structure (Example)

We strictly map the game's decision tree. Here is a snippet of the ending logic:

{
  "ending_type": "True Ending",
  "requirements": {
    "suspicion_level": "High (>70)",
    "key_items": ["Matches", "Freezer Key"],
    "affinity": "Variable"
  },
  "outcome": "Rody burns down the bistro."
}