All projects
// project
Card 32

// about
Card 32 is a multiplayer card game where a player can join/create a room with a room id and username. A maximum of 4 players can join a room. At the start of the game, randomly 8 cards will be passed to each player (total of 32 cards with values 1-32). The player can bid an estimated winning point based on the cards received. Then in each round, each player gets to drop a card and the highest numbered card wins that round. 8 rounds in total.
// built with
react
tailwindcss
socketio
typescript
express