import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Badge } from "@/components/ui/badge"; import { ProgressTimeline } from "@/components/ProgressTimeline"; import { WordEvolutionTracker } from "@/components/WordEvolutionTracker"; import { ScoreMatrixVisualization } from "@/components/ScoreMatrixVisualization"; import { HillclimbingExplanation } from "@/components/HillclimbingExplanation"; import { StatsDashboard } from "@/components/StatsDashboard"; export default function Home() { return (

DAT Creativity Game Progress

An interactive visualization of my journey through the Divergent Association Task (DAT) creativity game, showcasing the hillclimbing optimization technique.

What is the DAT Creativity Game? Understanding the Divergent Association Task

The Divergent Association Task (DAT) is a creativity assessment that measures your ability to think of diverse, unrelated concepts. Players must generate 10 words that are as semantically distant from each other as possible.

The challenge lies in finding words that share minimal conceptual overlap, requiring creative thinking and broad knowledge across different domains.

); }