我正在寻找一个Python多人游戏服务器项目
我正在寻找一个 python 多人游戏服务器项目。我只是想了解更多。
I'm looking for a python multiplayer game server project. I'm just trying to learn more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我从这里开始做一些简单的事情。它是用 pygame 和 Python 的 套接字模块。你可以从中分叉/学习。
目前,多个玩家可以登录、移动并进行基本的聊天通信。还有一个妖精会追逐最近的玩家。
Well I started on something simple here. It's written with pygame and Python's socket module. You could fork/learn from that.
Presently multiple players can login, move around, and do basic chat communication. There's also a goblin that chases the nearest player.