python多人游戲服務器
This Python online game tutorial from Tech with Tim will show you how to code a scaleable multiplayer game with python using sockets/networking and pygame. You will learn how to deploy your game so that people anywhere around the world can play against each other.
Tech與Tim共同撰寫的這份Python在線游戲教程將向您展示如何使用套接字/網絡和pygame使用python編寫可擴展的多人游戲。 您將學習如何部署游戲,以便世界各地的人們都可以互相對抗。
You will learn and understand the following after this tutorial:? How a Client/Server System Works? How to Develop Applications to an External Server? How to Code a Client? How to Code a Server? Sending Encrypted Data Such as Objects Over a Port? Connecting Multiple Clients to a Server
在本教程之后,您將學到并理解以下內容:?客戶端/服務器系統如何工作?如何將應用程序開發到外部服務器?如何對客戶端進行編碼?如何對服務器進行編碼?通過端口發送諸如對象之類的加密數據?將多個客戶端連接到服務器
You can watch the full video course on the freeCodeCamp.org YouTube channel (2.5 hour watch).
您可以在freeCodeCamp.org YouTube頻道上觀看完整的視頻課程(觀看時間為2.5小時)。
翻譯自: https://www.freecodecamp.org/news/python-online-multiplayer-game-development-tutorial/
python多人游戲服務器