krestenlaust / ChessGame

Chess-engine designed and implemented by my friends, Cogo and Patrick, and I. Features AI opponent (using minimax), Lichess integration and multiplayer-on-LAN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make multiplayer host/client relationship independent of black/white

krestenlaust opened this issue · comments

Right now the host/client relationship is determined by who plays white (the host) and who plays black (the client).