Making dedicated match making server
Start server with `./qchess.py --server` Connect from clients with `./qchess --server=address`
Showing
- qchess/qchess.py 85 additions, 7 deletionsqchess/qchess.py
- qchess/src/Makefile 1 addition, 1 deletionqchess/src/Makefile
- qchess/src/graphics.py 2 additions, 1 deletionqchess/src/graphics.py
- qchess/src/main.py 21 additions, 4 deletionsqchess/src/main.py
- qchess/src/network.py 3 additions, 1 deletionqchess/src/network.py
- qchess/src/server.py 58 additions, 0 deletionsqchess/src/server.py
Please register or sign in to comment