Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 676 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 676 Bytes

POKER GAME - TEXAS HOLD'EM - PROJECT BETA

Description

This is a poker game for 2-8 players. It is a Texas Hold'em game, which means that each player is dealt two cards and there are five community cards. The players can use any combination of their two cards and the five community cards to make the best five-card hand. The player with the best hand wins the pot. The game is played in rounds, and the player with the most money at the end of the game wins. The game is over when only one player has money left.

System design

Technologies used

  • Database: PostgreSQL
  • Backend: Golang (Echo framework), gRPC, gorilla/websocket
  • Frontend: React, React-router