If it is a single-player game, you could write the information you need in one or more files. A better solution (that would be compulsory if your game is a multi-player a game and you need some kind of persistence) would be to write the information to a database. When the game start (or when the player enter in a scene), you should read the data you need from the files or the database where you stored the information. Then, you can change the colors of the walls in scripting depending on the values that you’ve just retrieved.