obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
166 stars 83 forks source link

A Lobby kinda thing. #89

Closed aniketm32012 closed 1 year ago

aniketm32012 commented 1 year ago

I want you to add a "Lobby" (In case if it is not called Lobby, I am sorry because I don't know what is it called) like this - image Add the feature to generate world on it's own and save it and open the saved ones. I have noticed that your saved worlds never get updated.

obiwac commented 1 year ago

Already planned, but someone has already done something similar in a pending PR: #61

aniketm32012 commented 1 year ago

Thanks