The current way change_screen() works is by taking the players position and an indicator and putting it into a dictionary to get the new screen. As a result I cannot convert this into a JSON file. In the long term this will result in a bloated file which I wish to avoid.
The current way
change_screen()
works is by taking the players position and an indicator and putting it into a dictionary to get the new screen. As a result I cannot convert this into a JSON file. In the long term this will result in a bloated file which I wish to avoid.