Implement TableManager class which is responsible for connecting players to each other by tables. Users can create a game table/lobby with help of this class and also find other tables in LAN. This class is created and structure is already defined. This issue covers only the first stage implementation of this class, which means creating and finding games on LAN. In the future, this class will extend to create and find games on public internet.
Implement TableManager class which is responsible for connecting players to each other by tables. Users can create a game table/lobby with help of this class and also find other tables in LAN. This class is created and structure is already defined. This issue covers only the first stage implementation of this class, which means creating and finding games on LAN. In the future, this class will extend to create and find games on public internet.