Hand Cricket
Hand Cricket is a real-time multiplayer web game that brings the classic hand-cricket experience to the browser using modern web technologies. It uses Next.js on the frontend and a NestJS backend with Prisma to manage game sessions, player data, and persistent state. Socket.io powers the live communication layer, so moves, scores, and match updates are synced instantly between players in each room. The focus of the project is to handle real-time events reliably while keeping the UI simple and familiar for anyone who has played hand cricket offline.