Poker Mada
Real-time Multiplayer Poker Game

Real-time Texas Hold'em multiplayer poker game built for Malagasy players. The platform features a lobby system with multiple tables at different skill levels (beginner, intermediate, expert), live gameplay via WebSocket with instant synchronization of every player action, a chip management system, and a global leaderboard. Authentication is handled by Supabase Auth with Google login. The game includes a smart bot system with 3 difficulty levels (easy, medium, hard) that adapts based on the selected table — the easy bot often calls, while the hard bot uses pot odds for its decisions. The responsive interface works on desktop and mobile with smooth animations for every action (bet, raise, fold). Full-stack TypeScript architecture with Next.js client and Node.js server using Socket.io.