mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
82 stars 16 forks source link

Onboarding, Information Request #62

Closed viviloaf closed 3 years ago

viviloaf commented 3 years ago

Coming onto the project, documentation is currently lacking.

I was told an accessible resource was @Geolykt who at one point did develop for a time.

I'm working through understanding the existing code base and with WorldGenerator.py.

The Pull requests and commit statements suggest that world generation has been executed before concurrently with development, but I can't find any example of a main.py which executed any of the functions inside of WorldGenerator

@Geolykt , are you able to provide any information? I do know you are not active on this project anymore.

hydrostaticcog commented 3 years ago

I have walked @vnguye34 through as much as I could, as most of the code was written before I showed up (mid-September is when I became active). I don't know a whole lot about the older code, and @vnguye34 has questions about that code that I can't answer.

Geolykt commented 3 years ago

A LOT of the code currently is pseudocode, with the World generation and most things attached to it being entirely pseudocode. But no, the code never worked

(closing this since I think this thread is no longer needed)