https://github.com/hermya/poker-science
Fast and scalable Poker implementation that uses Go, knowledge of data structures and system design
https://github.com/hermya/poker-science
docker gin go kubernetes postgresql rest-api websocket
Last synced: 2 months ago
JSON representation
Fast and scalable Poker implementation that uses Go, knowledge of data structures and system design
- Host: GitHub
- URL: https://github.com/hermya/poker-science
- Owner: hermya
- Created: 2024-09-16T06:32:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:28:38.000Z (over 1 year ago)
- Last Synced: 2025-07-04T13:25:04.395Z (12 months ago)
- Topics: docker, gin, go, kubernetes, postgresql, rest-api, websocket
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poker-science
A fast and scalable Poker game environment.
### Intent
To immitate technical and mathematical challenges in a poker game environment.
Technical challenges:
- Game room simulation
- Scaling to multiple room creation
- Data management at scale
Mathematical challenges:
- How to quickly calculate winner of a round
- How to calculate probability at each step