Hello, i'm a student in computer science, this is my first year and one of our project is to do an online video game in team of 3/4 students.
My issue is that we have a script that create a maze in procedural generation (each maze is random) and each time a player come in the room, he has a new maze so in the other people POV, they can see him walk through walls but, i wan't other people to have the same maze as the first one who create the room. My goal is to save the first maze somewhere but i don't know where can i do this and how.
Thank you in advance and tell me if you wan't to see any code.