You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
CLIENT/SERVER SIDE: cpu usage is extremely high becuase of while loops to receive data... needed to replace by Asyncchronous way.
CLIENT SIDE: main-client has problem to load game-client (in this case we using std::system(...) to launch game-client so after launch main-client become notresponding..
SERVER SIDE: each user can create one lobby so if you create lobby and that does not destory you can not create another one so need to create another account this one is bullshit
CLIENT SIDE: game mode mensch has problem to place pieces in right places
CLIENT/SERVER SIDE: after game started there is no reconnect option if you left or disconnected or connection lost..
SERVER SIDE: if on create lobby form set gamemode on null or something like this (index 0) is invalid so game server will crash
SERVER SIDE: at this time main server is able to just run one game-server then will not create lobbies..
About
server/client side program helps you to play game modes like Mensch (ludo) with friends on lobby online by using boost.asio, SFML, C++, State-Machine design partern