I am completely new to dictionaries, JSON, etc. What I'm trying to do is this, which I'm sure is quite easy for most of you:
I want a user to be able to load in a list of names (.txt file? I have no idea). I'm guessing those would be stored in a dictionary or something? Perhaps that's not even necessary.
Next, I want to randomly pull one name from that list that was loaded in by the user.
Last, is there a way to save this experience for the user to use for next time? I'd like it to retain the previous list until changed. Obviously the user could upload a new one when necessary.
Please keep in mind that I have yet to ever publish a game or even know yet how to even make a game/save state function.
Thank you for the guidance! I'm learning a lot, and already working on a second concept which I am finishing up before the larger game I'm working on. This has been so fun!