fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

Server Support #88

Closed Bayside308 closed 6 years ago

Bayside308 commented 6 years ago

Hello!

I was wondering if you'd consider porting the server.py file from your Craft repo to support this. I think it would be useful for learning how networking works with python, and it could be cool to play this with friends, given how it can easily be modified.

Connecting to servers could be done via command line arguments (py main.py -S <IP>).

Thanks!

EDIT: For reference: https://github.com/fogleman/Craft/blob/master/server.py

Bayside308 commented 6 years ago

Bump @fogleman

fogleman commented 6 years ago

Feel free to try it yourself - but I'm not really interested in pursuing this myself right now.