Skip to content

anneliese-phan/claido

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claido — Corporate Escape

An AI-powered CTF escape room game built for UNIHACK 2026.

Each session is uniquely generated by Claude — a different culprit, motive, and hidden clues every time.

Stack

  • Frontend: Vue 3 + Vite + Pinia + Vue Router + plain CSS
  • Backend: C# ASP.NET Core Web API (.NET 8)
  • AI: Anthropic Claude API (claude-sonnet-4-20250514)
  • Database: SQLite via SQL.js (WebAssembly, in-browser)
  • Terminal: xterm.js

Setup

1. Backend

cd backend
# Create .env with your API key:
# API_KEY=sk-...
dotnet run
# Runs on http://localhost:5000

2. Frontend

cd frontend
npm install
npm run dev
# Runs on http://localhost:5173

Open http://localhost:5173 and click Begin Investigation.

Game Flow

Landing → NovaShell → NovaCrime DB → NovaMail → NovaWiki → NovaSearch → The Onion → Vault

Each room hides one word of the four-word vault passphrase:

Room Word Theme
NovaShell Time
NovaMail Location
NovaWiki Identity
NovaSearch Motive

Rooms

Room Tech Clue mechanism
NovaShell xterm.js cat .env reveals base64-encoded vault word
NovaCrime DB SQL.js WASM Query access_logs, find culprit employee ID
NovaMail Custom email UI Read intercepted emails for hidden keyword
NovaWiki Confluence-style Decode ROT13-encrypted redacted section
NovaSearch Kibana-style log UI Find the ERROR log from "whistleblower"
The Onion Dark web aesthetic Find credential listing for culprit department
Vault 4-word passphrase Enter all four words separated by spaces

NPCs

Each room has an interrogation panel. NPCs are powered by Claude with vivid system prompts:

  • Maya Chen (Receptionist) — nervous, evasive, covered for the culprit
  • Alex Torres (Sysadmin) — blunt, has the access logs, was pressured to delay the report
  • Dr. Patricia Wells (Archivist) — meticulous, noticed suspicious archive access
  • Richard Harlow (CFO) — defensive, hiding financial irregularities
  • Victoria Stone (CEO) — chillingly calm, knows everything, says nothing

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 72.1%
  • C# 21.4%
  • JavaScript 3.6%
  • CSS 1.9%
  • Other 1.0%