Good night people.
I am creating a board game in which to walk I need to get some questions right.
My problem is that I created instance variables for each character, and I go to another layout where the questions are, but when I go back to the board, I end up losing the instance variables. Is there a way to save them?
Or would it be ideal to create global variables with each player's location?