nsetzer / mpgameserver

Python Multiplayer UDP Game Server
GNU Lesser General Public License v2.1
43 stars 6 forks source link

The documentation has error #1

Closed cenyu2018 closed 2 years ago

cenyu2018 commented 2 years ago

The ECHO sample programs in the documentation has error

nsetzer commented 2 years ago

could you please add the error message or stack trace that you are seeing?

From a clean checkout you should be able to run these two commands in separate terminal windows. You will need to install the requirements first.

python3 -m demo.echoserver
python3 -m demo.echoclient
cenyu2018 commented 2 years ago

Sorry, my problem is not clearly described, I mean that the echo_server example in /docs/example.md is wrong, and the program in the demo folder is availible.Tks