Skip to content

Prestarted Game Services

Tao Bocheng edited this page Dec 6, 2020 · 3 revisions

We have started some game services in advance on 8.133.165.59 for players' quick start. Each port corresponds to a service. They have different number of player and bot:

port total number of player number of bot
20020 2 1
20021 2 1
20022 2 1
20023 2 1
20024 2 1
20025 2 0
20026 2 0
20027 2 0
20028 2 0
20029 2 0
20030 3 2
20031 3 2
20032 3 2
20033 3 1
20034 3 1
20035 3 1
20036 3 0
20037 3 0
20038 3 0
20040 4 3
20041 4 3
20042 4 3
20043 4 2
20044 4 2
20045 4 2
20046 4 1
20047 4 1
20048 4 1
20049 4 0
20050 4 0
20051 4 0

For example, port 20020 has total player number of 2 and bot number of 1, so you can connect to the service and start playing game directly:

./uno -c 8.133.165.59:20020 -u username

Also, port 20043 has total player number of 4 and bot number of 2, so after connecting, you will wait for another one to join:

./uno -c 8.133.165.59:20043 -u u1
./uno -c 8.133.165.59:20043 -u u2

If there is no response for a period of time after connection, the port may be occupied by other players. You can try other ports.

Clone this wiki locally