Reverted to commit 81f6873c4d
This commit is contained in:
parent
61feaaf9e9
commit
c257a5f531
6 changed files with 1 additions and 553 deletions
|
|
@ -1,17 +0,0 @@
|
|||
import React from "react";
|
||||
import Layout from "@/components/Layout";
|
||||
import DogsBunnyPuzzle from "@/components/DogsBunnyPuzzle";
|
||||
|
||||
const DogsBunnyPuzzlePage: React.FC = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<main className="py-10 px-4">
|
||||
<div className="max-w-6xl mx-auto space-y-4">
|
||||
<DogsBunnyPuzzle />
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
||||
export default DogsBunnyPuzzlePage;
|
||||
|
|
@ -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: "Move the dog to a bone by navigating edges whose conditions depend on where animals are.",
|
||||
path: "/puzzles/dogs-bunny",
|
||||
tags: ["Logic", "Graph", "Dependencies"],
|
||||
difficulty: "Intermediate" as const,
|
||||
duration: "5-20 min",
|
||||
participants: "1 player"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue