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
157 stars 72 forks source link

~: Refactor everything #72

Open obiwac opened 1 year ago

obiwac commented 1 year ago

In the interest of maintaining coherency between episodes, I decided not to do that much refactoring, even when the alternative solution was a little clunkier. Things are becoming a little disorganized right now though (albeit still not that bad), so an episode on code structure is probably de rigueur.

Here are the things I'd like to take a look at making better:

If you have any other ideas, be sure to add them below as comments!