Reverted to commit 81f6873c4d

This commit is contained in:
gpt-engineer-app[bot] 2025-08-10 07:13:18 +00:00
parent 48c3f7a97a
commit aaa3b7f06f
6 changed files with 0 additions and 741 deletions

View file

@ -55,16 +55,6 @@ const Puzzles = () => {
difficulty: "Intermediate" as const,
duration: "5-15 min",
participants: "1 player"
},
{
id: "dogs-bunny",
title: "Dogs & Bunny Puzzle",
description: "Guide bunnies to the carrot and the dog to the bone using conditional movement rules. A graph traversal puzzle!",
path: "/puzzles/dogs-bunny",
tags: ["Graph Theory", "Logic", "Pathfinding", "Animals"],
difficulty: "Intermediate" as const,
duration: "10-25 min",
participants: "1 player"
}
];