All Questions
1 question
2
votes
3
answers
3k
views
Multiplayer card game on server using RPC
Basically I want a Java, Python, or C++ script running on a server, listening for player instances to: join, call, bet, fold, draw cards, etc and also have a timeout for when players leave or get ...