Skip to content

Commit 8d99f6e

Browse files
committed
- Mystery AI v3.0 (struggling to polish this game, as Claude started adding more and more bugs or inconsistencies)
- add game to games.json and sidebar - add screenshot game changes: - add memory card game for evidence collection - implement contradiction notification system with visual indicators - create evidence detail panel with automatic display/hide - improve suspect/evidence presentation with better organization - add persistent game state through localStorage - implement responsive design updates for mobile - replace clickable evidence markers with matching card game - add visual feedback for contradictions in testimonials and alibis - optimize API calls and response handling - add emojis to interview technique buttons
1 parent e3dbeb4 commit 8d99f6e

File tree

4 files changed

+607
-778
lines changed

4 files changed

+607
-778
lines changed

data/games.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,5 +493,16 @@
493493
"aiPowered": false,
494494
"featured": false,
495495
"date": "2025-01-22"
496+
},
497+
{
498+
"id": "mystery_ai",
499+
"title": "Mystery AI: Detective",
500+
"description": "Solve crimes by interviewing AI suspects and uncovering evidence.",
501+
"url": "games/mystery_ai.html",
502+
"screenshot": "screenshots/screenshot_154.png",
503+
"type": "game",
504+
"aiPowered": true,
505+
"featured": true,
506+
"date": "2025-03-02"
496507
}
497508
]

0 commit comments

Comments
 (0)