Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions data/quizzes.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,34 @@
"difficulty": "Easy",
"status": "live"
},
{
"id": "dev_escape_room",
"name": "Dev Escape Room",
"shortDescription": "Escape themed programming rooms by solving interactive puzzles covering HTML, CSS, JavaScript, Git, APIs, and JSON while unlocking new challenges.",
"longDescription": "## Dev Escape Room\n\nAn immersive browser-based puzzle adventure where players escape themed programming rooms by solving real-world developer challenges. Each room introduces practical concepts through interactive tasks, debugging exercises, and logic puzzles.\n\n### Features\n- 6 unique escape rooms (HTML, CSS, JavaScript, Git, API, and JSON)\n- Progressive difficulty with room unlocking\n- Interactive coding, debugging, and logic-based puzzles\n- Hint system with limited uses\n- Timer, scoring system, and achievement badges\n- Local progress saving using LocalStorage\n- Responsive design for desktop and mobile devices\n- Keyboard shortcuts and accessibility support\n- Smooth animations and immersive game interface\n- Final performance summary with completion time and score",
"category": "js-fundamentals",
"tags": [
"api",
"css",
"developer-tools",
"escape-room",
"game",
"git",
"html",
"interactive",
"javascript",
"json",
"puzzle"
],
"techStack": [
"CSS3",
"HTML5",
"LocalStorage API",
"Vanilla JS"
],
"difficulty": "Medium",
"status": "idea"
},
{
"id": "event-loop-arena",
"name": "Event Loop Arena",
Expand Down
Loading
Loading