jar2333 / MatchMaker

An extensible, generic websocket server for matchmaking turn-based 2-player games and hosting round-robin tournaments. Will include a sample implementation of Rock Paper Scissors.
0 stars 0 forks source link

Refactor server #15

Closed jar2333 closed 6 months ago

jar2333 commented 7 months ago

Separate server logic from main executable, make server factory API, with inputs for game factory function, among others. Separate tournaments from general matchmaking.