Skip to content
Snippets Groups Projects
Commit 65fe9439 authored by Stefano Grisendi's avatar Stefano Grisendi
Browse files

Update README.md

parent 210ee526
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ The repository includes two Android Studio projects, "CheckersClient" and "Check
#### How to configure your server
- Open "CheckersServer" in Android Studio
- By default we use the port 54555 for TCP, to change this go to `core/src/com/mygdx/game/controller/ServerController` and change the line `server.bind(54555)` with the new desired value and save.
- By default we use the port 54555 for TCP, to change this go to `core/src/com/mygdx/game/controller/ServerController` and change the line `server.bind(54555);` with the new desired value and save.
#### How to configure the client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment