Trick Master is a multiplayer trick-taking card game designed for 3 to 10 players. In the game, players join a room, receive a random seat, and proceed through a classic trick-taking flow: reviewing their dealt hand, placing bids on how many tricks they expect to win, and then playing out the tricks. A leaderboard tracks the results at the end of the game.
Technically, it is built as a cross-platform mobile app using React Native (Expo SDK 54) and Expo Router for the frontend, with Clerk handling user authentication. The backend is powered by Node.js and Express, using MongoDB for data storage and Socket.io for real-time multiplayer gameplay and synchronization.