An open API service indexing awesome lists of open source software.

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

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