Skip to content

Instantly share code, notes, and snippets.

View Vdkk07's full-sized avatar

Vedik Saini Vdkk07

View GitHub Profile
import RetroMinesGame from "@/components/ui/games/retro_mines_game";
{/* Mines Game */}
<div className="bg-zinc-900 border-4 border-green-500 shadow-[6px_6px_0px_0px_rgba(34,197,94,0.4)] p-4">
<div className="flex items-center gap-4 mb-4">
<div className="w-16 h-16 bg-green-500 border-2 border-black shadow-[2px_2px_0px_0px_#000] flex items-center justify-center">
<span className="text-3xl">💎</span>
</div>
<div className="flex-1">