2024-W05

I did a lot of work in my soil.py file, adding the ability for planted seeds to grow when watered over time. Once they are ripe, the player can collect them by walking over the crop. I also added a day-to-night cycle. It's a slow progression that is reset whenever the player sleeps. If they don't sleep, then it remains night forever. I might look to improve this after completing the tutorial.

I still haven't figured out the soil sprite issue. There still appears to be some blemishes, but functionally, it is sound. I also appear to be getting a rather inconsistent AttributeError when resting. There have been other odd errors that I have come across that are specific to my OS. I haven't found anything related to this, however. I have even compared my code with the code from the tutorial, and I can't find any discrepancies.

I will stop here for now. I am going out of town tomorrow evening to see family in Ohio. I will work on adding functionality to the merchant when I return.

Until then.