-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello,
This tutorial is fantastic!
edit I'm using Python 3.6, and Shelve didn't install easily. Instead, I followed the Save to Json tutorial where Shelve was called for. The issue below might be solved using Shelve (or Pickle).
In lesson 10, we add the ability to save and load. In lesson 11, we add stairs and leveling up. From what I can tell, these new additions are not saved/loaded with the code from lesson 10. This is easy enough to solve and could be noted as 'left to the user to figure out'. That said, I do think it should be noted that the new features will not save/load until those functions are revised to handle them.
I was a bit surprised when my stairs didn't work after loading a game, but figured it out pretty quick. They still existed, but they didn't function anymore.