Components
Features:
✨ 3x3 interactive game board 🎮 Two-player gameplay (X and O take turns) 🏆 Automatic winner detection with visual highlighting of winning line 🤝 Draw detection when board is full 🔄 Reset button to start a new game 📱 Responsive design that works on all screen sizes 🎨 Clean UI with hover effects and smooth transitions 🎯 Color-coded players (X in chart-1 color, O in chart-2 color)
Loading preview...
import { Component } from "@/components/ui/tic-tac-toe";
export default function DemoOne() {
return <Component />;
}